Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support in tables as source for different thousand and decimal separators #20999

Open
stefanbg opened this issue Apr 12, 2024 · 0 comments
Open
Labels
Product: Highcharts Type: Feature Request Used when a new feature is requested either directly or indirectly

Comments

@stefanbg
Copy link

stefanbg commented Apr 12, 2024

Description of the feature

When loading data from an HTML table, we have no way of defining thousandSep, decimalPoint options. This feature request is about introducing those options.

Example

When we have an HTML data table filled like this:

<td>30 386,16</td>
<td>28 504,26</td>

we should be able to set thousandSep: ' ', decimalPoint: ','. Currently, an error is being thrown with this HTML table (Highcharts Error #14 - String value sent to series.data, expected Number)

Library related to the feature

Most likely the data.js module.

Reproduction of the problem

https://jsfiddle.net/tw1ovd47/1/


You can vote for this feature by adding a thumbs-up reaction to this post.

@stefanbg stefanbg added the Type: Feature Request Used when a new feature is requested either directly or indirectly label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product: Highcharts Type: Feature Request Used when a new feature is requested either directly or indirectly
Projects
None yet
Development

No branches or pull requests

2 participants