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!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...