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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...