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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...