[visualization-api] "b.split is not a function" since version 50

2021-04-14 Thread Chris Gaebler
I have a product that enables sites to use Google Charts in the Joomla CMS. Since version 50, a small number of users have reported the chart error "b.split is not a function". This is a small error on a red background that appears in the chart element instead of the chart itself, so a

[visualization-api] Re: xxxxxx is not a valid hex color error in column chart with annotation column

2014-05-22 Thread chris . gaebler
Many thanks Sergey. It's a bit odd though. I always specify colours without the # and this is the only case that has ever generated an error. It also appears this is one place you can't use colour names ('red' is not a valid hex color). -- You received this message because you are subscribed

[visualization-api] Re: xxxxxx is not a valid hex color error in column chart with annotation column

2014-05-22 Thread chris . gaebler
I'm sure that when I started using the API the # wasn't specified, or maybe I just picked up an incorrect example from somewhere. Anyway, the documentation definitely shows colours defined with # so I will change my code. Thanks again. -- You received this message because you are subscribed

[visualization-api] Re: Dates don't display properly in timeline (is this a bug?) Simple example included

2014-04-07 Thread chris . gaebler
Months are zero-based in the visualization API. Date(2014, 1, 21) is the 21st of February. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Re: no method 'isEnabled' error when using explorer:{} option and MooTools is loaded

2014-04-07 Thread chris . gaebler
Thanks for that. I don't know of a workaround in MooTools and a quick Google didn't reveal anything. Good to know the issue will be fixed eventually. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and

[visualization-api] no method 'isEnabled' error when using explorer:{} option and MooTools is loaded

2014-04-05 Thread chris . gaebler
When MooTools is loaded and a chart includes the explorer:{} option, the following error is generated: Object function (){return v; } has no method 'isEnabled' The document below will reproduce the error. Remove MooTools and the chart is drawn correctly. Or remove the explorer:{} option and

[visualization-api] Re: hAxis maxValue

2013-01-01 Thread chris . gaebler
hAxis.minValue and hAxis.maxValue are broken at the moment, so yes, they are useless. vAxis.minValue and vAxis.maxValue work as documented. hAxis.viewWindow.min and hAxis.viewWindow.max are not quite the same because they are not overridden by the data if it falls outside the specified range.

[visualization-api] Re: too few dates shown on hAxis

2012-12-31 Thread chris . gaebler
I tried using discreet X axis values, which allows me to control the number of months shown, but with a discreet X axis, you can't have vertical gridlines. Is there any other possible workaround for this? At the moment there is no way to draw a decent looking line graph where dates are