Jakub Szumiński
Jakub Szumiński
As a **workaround**, you could add this to your demo: ```ts (function(H) { H.addEvent(H.Series, 'afterTranslate', function() { if ( this.chart.colorAxis && this.chart.colorAxis.length || this.colorAttribs ) { this.oldData = this.data; this.data...
@oysteinmoseng sorry for the late response. I've followed your suggestion and: 1. The `keyboardReset` variable is described as: `Used for resetting nav state when clicking outside chart`. 2. When clicking...
"If the initial focus is outside the element where the keydown event is bound, pressing "Tab" will move the focus to the next focusable element, and if that element is...
The following solution is just an exception for the **ParetoSeries**. However, this is an issue for every series which is linked to a `baseSeries` with `dataSorting.enabled`. The problem is that...
@TorsteinHonsi, me and @pawellysy looked into making it work for all the linked series. However, we'd like to ask you a few questions before we proceed with coding (as we...
1. Fully understood. 2. If we decide to stay with the current approach of sorting data, fixing the `linkSeries()` and `setSeriesData()` methods will not solve the problem for line series...
If the `cookie is not being sent`, I don't think that's the problem with the Export Server, but with the request being sent from the _exporting_ module. @goransle, do you...
I'm not sure how it will work in your production environment as it depends on your setup configuration. However, if you ensure the appropriate CORS headers are in place along...
It's likely that this has been fixed with this commit: https://github.com/highcharts/node-export-server/pull/482/commits/0e0a8729e01123df6070f9e2a4baf00ad703a830 which will be a part of the 4.0.0 version which is the next upcoming release.
Hi, we have not released v4.0.0 of the Export Server yet (so the Multer-related problem has not yet been solved on the currently deployed export.highcharts.com site).