When using dashboard studio currently there is no option for this. dataValuesDisplay ("off" | "all" | "minmax") off Specify whether chart should display no labels, all labels, or only the min ...
See more...
When using dashboard studio currently there is no option for this. dataValuesDisplay ("off" | "all" | "minmax") off Specify whether chart should display no labels, all labels, or only the min and max labels. https://docs.splunk.com/Documentation/SplunkCloud/9.2.2406/DashStudio/chartsBar I have even tried putting the overlay into the y2 axis and the dataValuesDisplay is a higher level option so impacts all axis. { "type": "splunk.column", "dataSources": { "primary": "ds_TNxdC2O9" }, "containerOptions": {}, "showProgressBar": false, "showLastUpdated": false, "title": "Column Chart", "description": "Overlay Test", "options": { "y": "> primary | frameBySeriesNames('regular','_span')", "y2": "> primary | frameBySeriesNames('overlay','_span')", "overlayFields": [ "overlay" ], "dataValuesDisplay": "all" }, "context": {} }