Dashboards & Visualizations

How do you disable mouseover functionality for an areachart and areachart's legend?

seva98
Path Finder

Is there a way to disable mouseover (hover) functionality for an areachart?

My situation is I use custom visualization in one of my other charts and I am syncing data between this custom chart and areachart.

Custom chart to areachart sync works but other way around it doesn't as built-in areachart hover effect affects my solution.

Tags (3)
0 Karma

vnravikumar
Champion

Hi

Try this

<dashboard>
  <label>areachart</label>
  <row>
    <panel>
      <html>
        <style>
         #test .highcharts-tooltip{
              visibility:hidden !important;
            }
        </style>
      </html>
      <chart id="test">
        <search>
          <query>index="_internal" |stats count by sourcetype</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="charting.chart">area</option>
        <option name="charting.drilldown">none</option>
        <option name="refresh.display">progressbar</option>
      </chart>
    </panel>
  </row>
</dashboard>
0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...