Thanks for the responses
2)
indexLabel used in the picture above is above the bar, it would look better within the bar (unless the bar is too small).
The color of text clashes with the fill color of the bar (last bar above). That could be avoided with background just around the text, semi transparent would look best
There is no way to round off the Y value in the picture attached, since it’s going in as “{y}” in
indexLabel: “{y}”,
passing in “{y,2}” to round to 2 decimal places would be nice, or having the ability to use a function as a parameter, to round off to 2 decimals that way
The fiddle is very helpful
Having the text within the bar would be a nice future enhancement