292 questions
0
votes
0
answers
14
views
How to auto-scale point image markers when the window is resized?
I am using LightningChart Python and I am drawing a “body map” using a background image and multiple point-series markers that use custom images for chest, ankle and arm icons.
The background image ...
Tooling
2
votes
2
replies
49
views
Can LightningChart Python charts be embedded in an iframe / WebView (pywebview)?
I am using LightningChart Python and I would like to show a chart inside an iframe or inside a desktop WebView instead of letting chart.open() launch a browser tab.
Is it possible to embed ...
2
votes
1
answer
53
views
LightningChart Python: GaugeChart legend is empty — how do I add a legend entry?
I am using LightningChart Python and I am used to legends on ChartXY where series automatically appear in the chart legend.
With GaugeChart, I can create the chart and configure legend options, but ...
2
votes
1
answer
67
views
How to set UserInteractions Lightningchart 7.1.1
I'm trying to create interactions for my chart based on the documentations of the Lightningchart JS 7.1.1
I'm using LightningChart JS library (https://www.npmjs.com/package/@lightningchart/lcjs)
I ...
2
votes
1
answer
60
views
How to show currently pointed series values in LightningChart JS legend
I am using LightningChart JS library (https://www.npmjs.com/package/@lightningchart/lcjs) to display several line trends with scrolling time window. The data is coming over from websocket in real-time....
1
vote
1
answer
57
views
How to configure LightningChart scrolling X axis
I'm trying to create a web application with scrolling line chart connected to real-time data coming over websocket. The chart should always show the latest 100 points and move right to reveal new ...
0
votes
2
answers
80
views
Auto fit for Y axis doesn't work as expected
I noticed that under some circumstances the auto fit of the Y axis doesn't work (even when invoking fit method manually).
It seems to be related to traces not having the same amount of points (length)....
0
votes
0
answers
51
views
The series points show below the x axis when multiple y axis are added
I have requirement to have multiple y axis and series but only one y axis is visible at the time. But when i change the visibility of other y axis to false, then the series data shows below the x axis....
0
votes
0
answers
45
views
LightningChartJS Drawing Issue
In certain situations, when there is a significant gap between samples, the chart stops drawing lines after zooming, although the tooltips remain visible. Below is a demo code that reproduces the ...
1
vote
2
answers
147
views
Lag when using livefeed using websocket in Medical Dashboard LightningchartJS
I am currently using Medical Dashboard from LightningchartJS which has 4 channels: ECG, Pulse Rate, Respiratory rate, Blood pressure and am using websocket for live feed data into the charts.
But I ...
0
votes
1
answer
92
views
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 ...
0
votes
1
answer
62
views
Issue Controlling Label Font Size on xAxis in LightningChartJS with React and TypeScript
I'm currently working on a project using React with TypeScript and LightningChartJS. I'm trying to place some custom text directly underneath the x-axis labels so that it appears as part of the axis, ...
1
vote
1
answer
38
views
Lightningchartjs performance issue setInterval takes more than 10 seconds when sync axises is on
lightningchartjs version 5.2.1 from @arcion/lcjs
performance issue when trying to setInterval of charts sync axises is on
is there any way to debug the reason why this takes so long?
its pretty ...
0
votes
0
answers
83
views
How to add Microsecond, Nanosecond data and how to format Ticks, tooltip in LightningChart js
I am using the LightningChart JS (trial version) in my Angular 17 application. I am trying to plot a linear-highPrecision multi-channel real time data in microseconds & nanoseconds using ...
0
votes
1
answer
64
views
LightningChartJS with React: TextBox Displayed Incorrectly on Right Bottom
I'm integrating LightningChartJS with a ReactJS project and facing an issue where the position of a TextBox does not align as expected. Despite setting the origin to UIOrigins.RightBottom and using ...