darrellj Report post Posted September 29, 2011 Hello. I have an issue I was hoping to get some help with. I have a scatter plot graph that has dates on the x-axis and numbers on the y-axis. The dates on the x-axis are about 52 apart. I need to display the x axis based on the date. For example: 1/1/2011 - 1/31/2011 - all values for the x-axis need to be from x point 0 to 51. 2/1/2011 - 2/29/2011 - all values for the x-axis need to be from x point 52 to 103. 3/1/2011 - 3/31/2011 - all values for the x-axis need to be from x point 104 to 155. What I'm doing is setting the y-axis to the number of sales for that day (which works) but I need to adjust the x-axis to be accurate. The trouble that I seem to be having is getting all of the sales from January in between January and February and so on. Attached is what the chart looks like now. Any advice? Thank you so much in advance for any help! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 27, 2012 Hi, Can you please share the XML data for testing purposes? For more details on 'Scatter (XY Plot) Chart Specification Sheet', please refer to the link below, http://docs.fusioncharts.com/charts/contents/ChartSS/Scatter.html Hope this helps! Share this post Link to post Share on other sites