Wednesday 15 July 2015

c# - Get specific number of points on Google Area Chart? -


I do not know how to correctly understand the situation in question. The scenario is that I have to show data in the Google Area chart. The data can contain 100 records or 1000 records. Time for X-Axis record and the Y-axis value is. I want to show 100 records on the chart if the record count is greater than or equal to 100. This means that if the number of records is 200 then still 100 points will be placed on the group by data by the chart or by any other logic. How do I get it?

Try this code to achieve 100 fixed points in the Wi-X var options = {vAxis: {gridlines: {count: 100}}};

No comments:

Post a Comment