Sign in to follow this  
sarath_varma

Powercharts Question

Recommended Posts

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

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

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

Hi Sashibhusan,

 

Thanks a lot for your response and answers.

 

Thanks,

Sarath

 

 

 

smile.gif

Share this post


Link to post
Share on other sites

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 by sarath_varma

Share this post


Link to post
Share on other sites
Guest Sumedh

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this