sarath_varma Report post Posted June 4, 2012 Hi, On the Dragable 2D Charts (PowerCharts), can somebody please help us on the following questions? 1. When user drags the column 2D charts to increase the value, what is the method to capture the new value after submit. 2. How can we disable editing the upper limits on the axis scale? 3. Instead of dragging the top edge of dashed column to adjust the value, Is it possible to edit and enter the new value to increate the column value just like editing the axis scale? 4. Is it possible to warn the user if he drags the column 2D charts more than allowed? Thanks, Sarath Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 5, 2012 Hi Sarath, Thank you for the post. Please find the response to your queries, inline below: 1. When user drags the column 2D charts to increase the value, what is the method to capture the new value after submit. >>You can capture the updated new data either as a form (and save it where you want to save on the server) or by using JavaScript functions at Client side to handle the data in the way they wants. For more information on "Drag-able Chart > Submitting data as form elements", please follow the link below: http://docs.fusioncharts.com/powercharts/Contents/?Dragable/Form.html For more information on "Drag-able Chart > Reading data using JavaScript", please follow the link below: http://docs.fusioncharts.com/powercharts/Contents/?Dragable/JSRead.html 2. How can we disable editing the upper limits on the axis scale? >>You can not disable editing only the upper limit on the axis scale. But you can disable editing of both upper and lower limits on the axis scale by setting "allowAxisChange" attribute to "0" in the <chart> element of the XML data. 3. Instead of dragging the top edge of dashed column to adjust the value, Is it possible to edit and enter the new value to increate the column value just like editing the axis scale? >>PowerCharts does not support this feature for Drag-able charts as of now. 4. Is it possible to warn the user if he drags the column 2D charts more than allowed? >>Drag-able chart of PowerCharts does not support this feature as of now. However as a work around you can set the maximum limit by using "yAxisMaxValue" in the <chart> element and disable editing of limits on the axis scale (as suggested in the second point), to restrict the user to drag the column within the limit. Hope this helps! Share this post Link to post Share on other sites
sarath_varma Report post Posted June 5, 2012 Hi Sashibhusan, Thanks a lot for your response and answers. Thanks, Sarath Hi Sarath, Thank you for the post. Please find the response to your queries, inline below: 1. When user drags the column 2D charts to increase the value, what is the method to capture the new value after submit. >>You can capture the updated new data either as a form (and save it where you want to save on the server) or by using JavaScript functions at Client side to handle the data in the way they wants. For more information on "Drag-able Chart > Submitting data as form elements", please follow the link below: http://docs.fusioncharts.com/powercharts/Contents/?Dragable/Form.html For more information on "Drag-able Chart > Reading data using JavaScript", please follow the link below: http://docs.fusioncharts.com/powercharts/Contents/?Dragable/JSRead.html 2. How can we disable editing the upper limits on the axis scale? >>You can not disable editing only the upper limit on the axis scale. But you can disable editing of both upper and lower limits on the axis scale by setting "allowAxisChange" attribute to "0" in the <chart> element of the XML data. 3. Instead of dragging the top edge of dashed column to adjust the value, Is it possible to edit and enter the new value to increate the column value just like editing the axis scale? >>PowerCharts does not support this feature for Drag-able charts as of now. 4. Is it possible to warn the user if he drags the column 2D charts more than allowed? >>Drag-able chart of PowerCharts does not support this feature as of now. However as a work around you can set the maximum limit by using "yAxisMaxValue" in the <chart> element and disable editing of limits on the axis scale (as suggested in the second point), to restrict the user to drag the column within the limit. Hope this helps! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 5, 2012 Hi Sashibhusan, Thanks a lot for your response and answers. Thanks, Sarath Share this post Link to post Share on other sites
sarath_varma Report post Posted June 11, 2012 (edited) Hi Sashibhusan, Does Dragable 2D Charts(PowerCharts) have a scrollable option? I have requrement where I may have 120 days of data to display on x-axis and scrollable would be needed for this. Thanks, Sarath Edited June 11, 2012 by sarath_varma Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 11, 2012 Hi Sashibhusan, Does Dragable 2D Charts(PowerCharts) have a scrollable option? I have requrement where I may have 120 days of data to display on x-axis and scrollable would be needed for this. Thanks, Sarath Hi, The scrolling feature is not available with the Drag-able Charts. Thanks for your time. Share this post Link to post Share on other sites
sarath_varma Report post Posted June 11, 2012 Thanks Sumedh. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 11, 2012 Thanks Sumedh. Share this post Link to post Share on other sites