Hello,
I have two problems with the, very practical, Google Visualization
API.
1. ReverseAxis doesn't work in my Bar Chart:
var barChart = new google.visualization.BarChart
(document.getElementById('barChartDiv'));
barChart.draw(data, {legend: 'bottom', width: 600, height:
440, is3D: true, reverseAxis: false});
But it doesn't show any difference with 'reverseAxis: true'... Any
ideas?
2. This is a bug i think, on an Area Chart when i say lineSize=3, for
example, when i click on the legend it perfoms a very nice animation
but ends with a lineSize=2...
Many thanks in advance,
Jeppe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---