Zoom on xAxis

LightningChart JS forum

Moderator: Queue Moderators

Post Reply
AhmetGENCOGLU
Posts: 1
Joined: Tue Aug 02, 2022 11:40 am

Zoom on xAxis

Post by AhmetGENCOGLU » Mon Aug 08, 2022 5:23 pm

I am using Ligtning Chart JS on my React App. It is multiple line chart. I am zooming on XAxis with xAxis.setInterval method.
(xAxis.setInterval(startValue: number, endValue: number, false, true)). After zoom, when I change lineSeries (lineSeries.clear().add(data)), zoom is broken. But xAxis.getInterval() values are still correct. But colored line area and xAxis dont match. Help me please.

ArctionNiilo2
Posts: 3
Joined: Wed Aug 10, 2022 12:24 pm

Re: Zoom on xAxis

Post by ArctionNiilo2 » Wed Aug 10, 2022 12:27 pm

Hi,

Could I bother you to post the question in Stack Overflow under tags "lightningchart" and "javascript"? See link below.

https://stackoverflow.com/questions/tag ... tningchart

This forum doesn't really serve the LightningChart JS user base, unfortunately.

Best regards,
-Niilo

Post Reply