How can I hide labels of a chart? Not meaning axis labels but those labels just aside the chart.
I'm using Sideview Utils and Simp XML.
If you want to remove the legend, you would just put this into your <chart>
<option name="charting.legend.placement">none</option>
This is actually written up pretty clearly in the Simple XML documentation.
http://docs.splunk.com/Documentation/Splunk/latest/Viz/CustomChartingConfig-chartlegend
If you want to remove the legend, you would just put this into your <chart>
<option name="charting.legend.placement">none</option>
This is actually written up pretty clearly in the Simple XML documentation.
http://docs.splunk.com/Documentation/Splunk/latest/Viz/CustomChartingConfig-chartlegend
You can set the legend to None, if you don't want the legend on your charts
The legend on the right.
Can you be more specific? Do you mean the little bold title that appears right over the chart? Or do you mean the legend that generally appears over on the right?