Berry Report post Posted November 15, 2008 Hi. I have a chart displaying a time series that works fine. It shows data sampled every 30 seconds over an hour, for 120 samples. That's too many for each to have an x-axis label, so I code "labelStep=20" which seems to work well. The issue is shortly after the system starts up, before it has captured a full hour's worth of data. After 5 minutes, say, it will only have ten samples. Only the FIRST (i.e. oldest) gets a label. I'd like to make sure the LAST, NEWEST datapoint always gets a label. Can this be done? Reading the docs, it appears not. Is that correct? If need be, in my script that generates the XML I can count datapoints and fix up labelStep appropriately, but I'd rather not. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 17, 2008 Hi, Could you please let us know which chart you are using? Share this post Link to post Share on other sites
Berry Report post Posted November 22, 2008 I was using StackedColumn2D.swf for this example. Share this post Link to post Share on other sites
Pallav Report post Posted November 27, 2008 Hi, I'm afraid currently this is not automatically possible, unless you control label for individual points. Share this post Link to post Share on other sites