below is the code for the area chart. What is the issue? Can anyone provide
me with code or a patch to treat this issue.
var chart = new
google.visualization.AreaChart(document.getElementById('chart_lostlead'));
chart.draw(data, { colors: ['#0072C6'], backgroundColor: {
fill: "#F6F6F6", stroke: '#f9f9f9', strokeWidth: 2 }, width: 620, height:
200, pointSize: 4, legend: 'none', lineWidth: 2, vAxis: { gridlineColor:
'Gray', title: 'Quantity', textStyle: { color: 'Black', fontsize: 8} },
hAxis: { title: 'Date', textStyle: { color: 'Black', fontsize: 8 },
showTextEvery: Math.round(raw_datalostlead.length / 4) }, pointSize: 6 });
--
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.