Relative Content

Tag Archive for javascriptreactjslightningchart

Lightningchart js, use different sampling rate in Medical Dashboard

I have ECG, Pulse rate, Respiratory Rate and NIBP to show in LightningChart JS Medical Dashboard which used a global sampling rate which is common to all channels [ecg,pulseRate,respRate,nibp]. But the sampling rate would change for each channel. ECG and Pulse Rate will have 256, and Respiratory rate will have 128.

How to Limit Zoom Precision in LightningChartJS Integrated with ReactJS?

I am integrating LightningChartJS with ReactJS for a project where the precision of measurements is crucial. We require precision to whole numbers, one decimal digit, or two decimal digits, depending on the scenario. I need to prevent users from zooming in to a level where the chart displays more decimal places than supported, such as showing a value like 1.234 when we can only ensure precision to two decimal places.