Dashboards & Visualizations

how to hide chart permanently in dashboard using simple xml

mvaradarajam
Path Finder

here we are taking table id value to javascript,this value(search query) is input for the bar chart.in dashboard panel displays two charts table ,bar charts idnt want table chart in dashboard.how to remove that one.






*search query******

-7d@d
@d

java script

var tableManagerid = mvc.Components.get('table1').settings.get('managerid');
var chart = new D3ChartView({
"id": "chart1",
"managerid": tableManagerid,
"type": "linePlusBarChart",
"el": $('#chart1')
}).render();

Tags (2)
0 Karma

ddarmand
Communicator

use CSS i think

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

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 ...