Highcahrts export to table with multiple column types #7128
Comments
Thanks for reporting! Simplified demo: http://jsfiddle.net/highcharts/f5wrh3uL/1/ Original demo moved to jsFiddle: http://jsfiddle.net/highcharts/ge4wovg3/ |
TorsteinHonsi
added a commit
that referenced
this issue
Sep 6, 2017
Demo with the fix applied: http://jsfiddle.net/highcharts/ge4wovg3/2/ |
Temporary workaroundThe bug appears with scatter series. As a workaround, you can use a line series with |
I'll implement the workaround. Any possibilities for the first cell (DateTime/Category text) to get it localized from the exporting part of the script instead of the x-axis? |
Hi @oyvindwh There are two options to change what is displayed in column headers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When having different chart types in the same chart (see attachment for example) one of the serie is of type scatter, the other ones are of type column the get table returns this in separate lines. Would be better if these where on the same line as expected.
If possible it would be nice to have the value of the first column in the tabel, not from the x-axis title but from a setting in exporting-settings in the script before defaulting to the Category/Datetime. The default is hard to translate to other languages.
Live demo with steps to reproduce
See live example => https://www.nbim.no/no/fondet/markedsverdi/ (second chart)
(the live example uses the github version, but we are soon moving to the Highchart version which has the same behavior. The screenshot is with the Highchart version.
The text was updated successfully, but these errors were encountered: