4 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 ...
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 ...