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!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...