klhebs
Posts: 16
Joined: Thu Apr 01, 2021 8:24 am

Number of point are significantly less then the given data

HI,
After I set my data the number of point are significantly less then the given data. why is this happening ? can I show one record for one point? thanks
https://codesandbox.io/s/highcharts-vue ... /Chart.vue
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Number of point are significantly less then the given data

Hello klhebs!

We appreciate you reaching out to us!

It may happen because of dataGrouping. I suggest reading about it here: https://api.highcharts.com/highstock/se ... taGrouping

Regarding your demo, could you simplify it as much as it's possible? Now it has a lot of irrelevant settings and it's lagging a little.

Best regards!
Dominik Chudy
Highcharts Developer
klhebs
Posts: 16
Joined: Thu Apr 01, 2021 8:24 am

Re: Number of point are significantly less then the given data

dominik.c wrote: Fri Apr 16, 2021 6:36 am Hello klhebs!

We appreciate you reaching out to us!

It may happen because of dataGrouping. I suggest reading about it here: https://api.highcharts.com/highstock/se ... taGrouping

Regarding your demo, could you simplify it as much as it's possible? Now it has a lot of irrelevant settings and it's lagging a little.

Best regards!
Thanks for the response, it helped!
One more thing is what the right way to call update() on vue-highchart , I keep getting udpate is not a function error
https://codesandbox.io/s/highcharts-vue ... rked-00noz
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Number of point are significantly less then the given data

Hi again!

You've written udpate instead of update, that's why it wasn't working.

Demo:
https://codesandbox.io/s/highcharts-vue ... /Chart.vue

Bestr egards!
Dominik Chudy
Highcharts Developer

Return to “Highcharts Stock”