Paweł Fus

Results 133 comments of Paweł Fus

@Izothep I confirm, it's no longer an issue. I guess cache or I forgot to build the package, I'm sorry!

Hi @tw2as This feature is not planned for v11

The roadmap hasn't been decided yet Could you describe issues with OP's implementation? Just to be on the same page, all you need to do is to loop over series...

I understand. Here is a snippet using only the official API which should be fine in future versions: ```js const c = chart.series .filter(s => s.options.params !== undefined) .map(s =>...

I'm not sure what you mean by "native save functionality", but this code produces an array containing JSON strings. Those JSON strings can be sent to your backend and saved...

All of the items you just mentioned should be saved in the local storage. Could you recreate the issue in jsFiddle? I have tested this demo: https://www.highcharts.com/demo/stock/stock-tools-gui - everything looks...

> Yes. It stores them in the localstorage but in the solution provided here: https://stackoverflow.com/questions/67311156/save-chart-button-of-stock-tool-chart-not-working-in-highcharts/67315947#67315947 those are not being restored on the chart. Fixed demo: https://jsfiddle.net/BlackLabel/u6Lte04d/3/ The initial solution didn't...

It depends what you need to achieve. I can't promise that pie's label logic in dependency wheel will be ready by then. We are now focused on v8, which should...

There's no ETA for this feature @jbbpatel94

Thanks for reporting the issue @ShivamSabbarwal And sharing the workaround!