Kamil Kubik

Results 17 comments of Kamil Kubik

Hello There! In general, there's no one API property you can use, but a similar effect may be achieved by overriding the `setCircularPositions` method. Kindly take a look [demo](https://stackblitz.com/edit/react-akntkr?file=index.js,style.css). You'll...

@Tarunkumarchelumalla Yes, as I can see all you have to do is add the `value` property to the newly created points, like this: https://jsfiddle.net/BlackLabel/q42d9pog/. If you don't provide it, the...

[Tarunkumarchelumalla](https://github.com/Tarunkumarchelumalla) Thanks for the clarification, I get your point now, but unfortunately, there's no straightforward way to achieve it and keep the built-in layout algorithm. All you can do is...

[Tarunkumarchelumalla](https://github.com/Tarunkumarchelumalla) Since several demos have already been mentioned in this thread (I can't see this problem in those), could you provide me with one where the issue is visible/reproducible so...

[Tarunkumarchelumalla](https://github.com/Tarunkumarchelumalla) Thanks for sharing this! I'd classify it as a feature request to the core HC source code you can report [here](https://github.com/highcharts/highcharts/issues/new?assignees=&labels=Type%3A+Feature+Request&projects=&template=feature_request.md&title=) describing the whole issue. Nevertheless, you can try...

Hello [romaleev](https://github.com/romaleev) and thanks for bringing it up! Yes, I agree the docs should be updated - I've opened the [PR](https://github.com/highcharts/highcharts-react/pull/482) with the suggested change. Kind Regards!

Hello [ragavendranbala](https://github.com/ragavendranbala), my apologies for the late response! I think the main problem may be the [boostThreshold](https://api.highcharts.com/highcharts/series.line.boostThreshold) property you set to `0` which according to the docs, disables boosting. I'd...

Hello [Satyam7Jha](https://github.com/Satyam7Jha), Thanks for contacting us again! It seems you're importing the Stock module without changing the `constructorType` parameter, and the Stock chart isn't fully implemented. I've updated your [example](https://codesandbox.io/p/github/Satyam7Jha/visualization/csb-wfydqj/draft/cool-scott?file=%2Fsrc%2FApp.tsx)...

Hello @kensilin! The root cause of the overriding behaviour is the chart's data mutation. By default, data mutation occurs, which means that during an update, data is updated by reference,...