I am currently working on a Webapp with Bokeh which contains a table of Swiss Franc values. I cannot figure out how to format the numbers in the following style
1'000'000
so with dahes instead of commas as the 1000 separator. Going down the documentation Bokeh seems to be limited to the options given here
but the numbro documentation seems to hint that there is more to it.
http://numbrojs.com/format.html
I still cannot find a "de-CH" option or something like this, and even if I did, I do not see how to hand it over in bokeh. Does anyone have any experience?
Best regards.