Is it possible to create a chart using Google Chart API where the X-axis values represent the days in a month?
I have a set of data points that are not evenly distributed. For example:
Date - Value
1/1/2009 - 100
1/5/2009 - 150
1/6/2009 - 165
1/13/2009 - 200
1/20/2009 - 350
1/30/2009 - 500
I am looking to generate a chart that will accurately represent the time-based distance between each data point over the course of a month. While this can be achieved using Excel, I am curious about how to calculate and display it using Google Chart.
Any suggestions for free alternatives to Google Chart, or any free libraries that can be used with ASP.NET, would be greatly appreciated as well.