Now it is easy to show this in Splunk 6.3
In visualization
Select Format > General > Show Data Values > On
I have a bar chart (displaying volume) with an overlay line chart (displaying percentages). Am I able to "show data values" on just the overlay line chart (not on both)? Thank you!
Hello @demkic,
I was also looking for a solution on this, do you have any updates?
It would be a great help!
Thanks!
I don't think there is a way to get data values as label against the bar (I may be wrong). Apart from using suggestion from aholzer, your can show count in the y-axis (workaround). See if that is acceptable in your situation.
....<your search using chart/stats like count by somefield> | eval somefield=somefield."-".count
This will show values in the y-axis like somefieldVal1-50000, somefieldVal2-5000, somefieldVal3-22.
Change your y-axis to use Log graphing rather than Linear.
That should help you significantly.
I have three bars in the bar chart with values 50K, 5K and 22 for example. When I plot these, the bar chart for 22 is really small and thus not visible till I zoom in. The thought was to add data labels to the bar so at least we can see "22" on the chart.
can you be more specific? an example would be great.