5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
44
views
Real-time streaming lags at high data rates even with scrolling X-axis
I am using LightningChart Python (ChartXY) to display real-time data. My application appends new samples continuously (multiple series in the real project), and the X-axis is configured to scroll.
At ...
1
vote
1
answer
35
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
50
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
54
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 ...
1
vote
1
answer
62
views
LightningChart Python — legend entries overlap
I'm trying to use LightningChart Python v2.0.1 to display a line chart with multiple trends and outlier points, but for some reason the legend entries overlap each other.
I'm following guidance from ...