In SAO - is it possible to add numeric symbols into values of a vbar graph?

In SAO, Is it possible to add numeric symbols (thousands separator) into values of a bar graph?
image

I think this is something that can be improved on sao to use the formated value for graph labels.
You should contribute a change for it.

Hi @esteban you need look on sao path /src/view.graph.js and and on sao/bower_components/c3 and sao/bower_components/d3 and check this information: https://c3js.org/reference.html#axis-y-tick-format and https://stackoverflow.com/questions/43436009/change-comma-and-thousand-separator-in-tick-labels

Thanks I’ll work on it