Announcement

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

    Charts plotted from CubeGrid does not have tooltips!

    Hi Isomorphic,
    The charts that can be plotted from CubeGrid (right click -> chart), do not have any tooltips when hovering over the chart content.
    Is there a way to show tooltips for them?

    #2
    Although the API involved - CubeGrid.makeChart() - does allow chart properties to be passed, there is not currently a way to inject chart properties when makeChart() is called automatically by the built-in context menu.

    Probably the simplest thing to do is to just use FacetChart.setDefaultProperties() to turn on tooltips by default for all charts in your application (since if you want it for the CubeGrid's generated charts, you probably want it elsewhere).

    If any chart in your application doesn't want tooltips, you could turn it off explicitly for that chart.

    Comment


      #3
      Yes, this works for us.
      Thanks!

      Comment

      Working...
      X