Closed JohnMica closed 1 year ago
Hi @JohnMica ,
Thank you for contacting us. This is the highcharts-vue
bug tracker so all the issues with Highcharts and its modules can be reported in the main Highcharts repo: https://github.com/highcharts/highcharts/issues. All questions about Highcharts or highcharts-vue
wrapper can be sent to our support via support@highcharts.com
.
1) Please contact our support and check the Highcharts Roadmap here: https://www.highcharts.com/blog/roadmap/
2) About the wrapper and Vue 3, we are still in the planning phase so no official decisions or ETA.
3) Current wrapper version should be prepared to work with SSR. Check this NuxtJS example: https://codesandbox.io/s/z8jovxx04?file=/components/Logo.vue
Kind regards!
Hi and thanks for the reply. Perhaps I didn't make myself understood so apologies.
Having over 10.000 objects
1
3
The issue is that the actual SVG is not part of the HTML served from the server when using SSR.
2
The boost module does not support the lollipop
series. As I know there are no plans to support complex objects (it will for sure decrease the performance).
Highcharts library needs JS to create interactive charts, so there is no possibility to render charts on the server and maintain functionality (theoretically you can use our export server to get chart SVG and embed it on a page).
Closing as it's not a highcharts-vue
issue.
First, thanks for the wrapper and the hard work. Second, i have a few thoughts that might be issues or not and here they are
common requirements
[ 1, 2 , 3 , 4 ]
or `[ { x:1, y:0 }, { x:222, y:1 } ...] as the whole point is to display various information on the chart tooltipsThe issues are
Boost with 10.000 objects that need to be parsed
NO Boost with 10.000 objects that need to be parsed
Not sure what you could help with, but i just wonder