Replies: 1 comment
-
@thhart this code-snippet should do the job. final HiddenSidesPane hiddenSidePane = chart.getPlotArea();
hiddenSidePane.setTriggerDistance(0); This should be all to suppress the tool bar popping up. There are other properties to change the animation, layout, rounding etc. behavioural aspects. If you want to 'pin'/keep the toolbar always open, you may use Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see a couple of plugins make usage of the menu. However even if I use some plugins I would be able to disable the menu?
Beta Was this translation helpful? Give feedback.
All reactions