AnyChart Question

0
I'm using Any Chart.  The user can adjust the graph range using the mouse in the Any Chart. But I don't want to use the ability to adjust graphs. Is there a way to make the feature unavailable to users? I couldn't find the function in the chart properties.
asked
1 answers
1

Hi, Sangyeop

 

In Mendix, the AnyChart widget allows users to adjust the graph range using the mouse by default. However, makesure some chart widget properties are set correctly.

To enable the ability to adjust the graph range using the mouse in Mendix's AnyChart widget, follow these steps:

  1. Open the page where the AnyChart widget is located in the Mendix Modeler.
  2. Select the AnyChart widget and go to the "Properties" pane on the right-hand side.
  3. Expand the "Behavior" section.
  4. Under "Interaction", set the "Zoom Enabled" option to "Yes".
  5. Under "Interaction", set the "Pan Enabled" option to "Yes".

By enabling the "Zoom Enabled" and "Pan Enabled" options, users will  be able to adjust the graph range using the mouse in the AnyChart widget.

Hope it will help.

answered