Present "label" option not available in Horizontal with bull

Create a chart "horizontal with bullet", quite happy with the result.
Only issue is that I can have the tool tip with the value of the column, but not the value presented. Don't understand why?

Is it a limitation? or a piece of code to add in the handler?

screen shoot of the case:

Please, reload image, couse I cant open it, so I dont see the problem`s details.

is it better ?

Yes, It is better. But which field you want to see in tooltip?

I already have the tooltip with value I want, no issue there
What I need is the value over the horizontal bar.

Hi aternoy

We`ve found solution for this problem. You should go to Dashboard -> Advanced and add this script:

var handlers = {}; handlers.preRender = function(config, logger) { logger.debug('Configuration: ', config); var data = config.series[0].data; var value = config.series[0].valueField; config.series.push({ field: value, type: 'bar', labels:{visible:true}, data: data}), return true; }
But It works for a single series only!

Added and no change.
I guess it is because I have multiple series or should I change anything on the code you give above based on the column definition I have?

Could you send a template of the source list and the chart’s configuration (export it in Dashboard Designer) to support@spchart.com?