Is there a way to plot a chart with google chart api so that the X-axis values are days in a month?
I have data points that are not provided with the same frecuency. 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 want to make a chart that will separate each data point with the relative distance based on time during a month. This can be done with Excel, but any ideas of how to calculate it and display it with Google chart?
Other free solutions similar to Google chart or a free library that can be used with asp.net aslo welcomed.