rs1980 Report post Posted January 24, 2013 Hi, We are using a streaming engine in the background to push data for real time column/line/area. Scenario 1 - no data available when chart loaded for the first time. Our logic is if the chart is opened for the first time and there is no data in the backend, the chart gets painted empty and occupies the entire 100% height and width. Now based on refresh interval, dataStreamURL gets invoked and if data is available it gets shown. However the chart size does not resize and it truncates the x axis labels. see attached. Scenario 2 - data available when chart loaded for the first time. But if chart is opened for the first time and data is available, it resizes properly and x axis value shows up fine. Is there a way to resize the chart during dataStream calls? We are using 3.2.4-sr1.9888. Rahul Share this post Link to post Share on other sites
rs1980 Report post Posted January 30, 2013 Appreciate a help on this issue. Sometimes we have noticed that charts points are plotted outside the chart area. Hi, We are using a streaming engine in the background to push data for real time column/line/area. Scenario 1 - no data available when chart loaded for the first time. Our logic is if the chart is opened for the first time and there is no data in the backend, the chart gets painted empty and occupies the entire 100% height and width. Now based on refresh interval, dataStreamURL gets invoked and if data is available it gets shown. However the chart size does not resize and it truncates the x axis labels. see attached. Scenario 2 - data available when chart loaded for the first time. But if chart is opened for the first time and data is available, it resizes properly and x axis value shows up fine. Is there a way to resize the chart during dataStream calls? We are using 3.2.4-sr1.9888. Rahul Share this post Link to post Share on other sites