Dashboards & Visualizations

can we make the graph dots visible all time ??

rakesh_498115
Motivator

Hi..

for the line graphs ..is it possible to display the plotted points on the graph rather then showing them when i mouse over the graph ?? is it possible in splunk ??

Please help..

Tags (1)
0 Karma

jonuwz
Influencer

Add this :

  <option name="charting.chart.showMarkers">true</option>

under

  <option name="charting.chart">line</option>

Edit

Changing the markersize is possible in flashcharts.

You'll need to convert your view to advanced XML, change JSChart to FlashChart and add the following under HiddenChartFormatter :

<param name="charting.chart.markerSize">5</param>

Search splunk-base if you dont know how to convert to advanced XML. Its been answered a lot.

piebob
Splunk Employee
Splunk Employee
0 Karma

rakesh_498115
Motivator

Excellent jonuwz.. can you decrease the width of the Marker Points by any chance ???

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...