Hi,
I would like to know if it is possible to permanently show the values of the chart portions (the one appearing once you hover the mouse pointer) by clicking it? I am using HTML.
I have disabled the charting.drilldown to make sure that it won't load the search query when I click the chart portions.
Thanks!
try creating a field that includes the value in it:
|eval field=field+" - "+value
where field is the field name that is in you're legend already and the value is what you're looking to bring in.
Hi, thanks for your reply. But i don't think it's the answer i am looking for.
I needed a feature that would retain the the "count indicator (in black)" once you hover your cursor pointer on the charts in the dashboard.