David Yanofsky
David Yanofsky
This is a dupe of #80 What's the circumstance that the data wouldn't already be inside of a separate tool that could transpose it?
I guess that makes sense, but such a feature should be linked to the chart type i think
Hmm, Chartbuilder 2 isn't quite set up to swap in another language, but it should be. As a start (i guess) here's a (likely incomplete) list of places that contain...
Pretty much done here: fd8e23f95a5
Perhaps we should investigate creating a script that exports a chartbuilder library that can render chartbuilder json on a html page without needing a react project?
this is more important than just aesthetics. The swatches under the "color" and "right axis" can't be selected
Hi Ben, I can't reproduce this. When I plot your data it charts correctly  What browser and operating system are you using?...
This is a problem with the way chartbuilder determines number formats here https://github.com/Quartz/Chartbuilder/blob/master/js/chartbuilder.js#L712-L716 `toLocaleString` in Safari returns the same as `toString()` and thus screws up everything
I pushed in a change that if the locale separators can't be determined use `.` and `,` ...which is bad, but not as bad a charting wrong data
oh sorry I forgot to merge those changes into the hosted version, should be all set now