Hi Daniel,
thank you for your answer,
but unfortunately I still see commas as group separator for the numbers on
the vAxis
while I was able to correctly format the generated data for the hAxis,
that's a date
here it is my code for chart creation, including your suggestion ( the
AreaChart is created using a ChartWrapper, because it is part of a
Dashboard ) :
var AreaChartasc = new google.visualization.ChartWrapper({
'chartType': 'AreaChart',
'containerId': 'chart_Ascolti',
'options': {
'title': 'titolo',
'vAxis': {
'gridlines': { 'count': -1 }, // variable number of gridlines,
enables formatOptions as well.
'formatOptions': { 'groupingSymbol': '.' },
},
'hAxis': { 'format': 'dd/MM' },
'crosshair': { 'trigger': 'both' },
'view': {'columns': [0, 1, 2, 3]}
}
});
thanks again for your effort,
Giulio
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/3f7e187f-c2b0-4880-b900-f45d088f8576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.