Skip to main content

Disable chart area hover behavior?

Comments

1 comment

  • Tyson Schoepflin
    Searched for the correct item and can answer my own question.

     

    In the shell configuration file there are behaviors for the charing module.  "HighlightChartFeatureSet" can be removed from the commands list.  This prevents the error AND allows the tool tip to show up as expected.  Unfortunately this effects all charts for the given site.  It would be great if this option was moved to the RestChartAreaDefinition interface.

     

      "behaviors": [                         {                             "name": "ChartPointMouseHoverBeginBehavior",                             "event": "ChartPointMouseHoverBeginEvent",                                                    "commands": [                                 "ClearChartHighlights", "HighlightChartFeatureSet"                                                             ]                         },

     

     
    0

Please sign in to leave a comment.