Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to disable context menu on charts

    Please see screenshot. Want to do disable the default context menu on FacetChart. Thanks.
    Attached Files

    #2
    You should be able to call "setShowContextMenu(false)" on the chart to achieve this.

    Comment


      #3
      I am using 3.1p, can't find this method on javadoc. Do you mean setContextMenu()? I tried setContextMenu(null) does not work.

      Comment


        #4
        Sorry for the confusion - addShowContextMenuHandler(), inherited from Canvas, should allow you to customize the context menu behavior.

        Let us know if this doesn't allow you to get the behavior you're after.

        Comment

        Working...
        X