How to draw a ruler on a lightningchart
I want to draw a caliper on lightningchart, but I tried adding UIElement and found no way to implement it
Scaling istack and setIntervalRestrictions produces negative numbers
The scaling of istack and setIntervalRestrictions will result in negative values for istack 1, and it will break free from the setIntervalRestrictions restriction. istack 1 will experience axis data flipping.
There is a vertical scrollbar, after the start and end of the X-axis change, the translateCoordination is not accurate
There is a vertical scrollbar, draw multiple curves, the X-axis remains unchanged, and the coordinates converted through translation coordination will be 1800. After the X-axis changes start and end, the coordinates converted again through translation coordination will be 600. How to maintain consistency in translation coordination
There is a vertical scrollbar, after the start and end of the X-axis change, the translateCoordination is not accurate
There is a vertical scrollbar, draw multiple curves, the X-axis remains unchanged, and the coordinates converted through translation coordination will be 1800. After the X-axis changes start and end, the coordinates converted again through translation coordination will be 600. How to maintain consistency in translation coordination
Lightningchartjs performance issue setInterval takes more than 10 seconds when sync axises is on
lightningchartjs version 5.2.1 from @arcion/lcjs
LightningChartJS axises text change default yellow text color
I’m currently using LightningChartJS in my project, and I’m experiencing an issue with the color of the text of the axes. I chose to set the background to whiter theme according to my Figma design but I cant find the property to set the numbers of the axis X and axis Y colors into black so they can be seen!!! I need to see the numbers 🙁
How to implement different colors for points and borders in AddPointLineAreaSeries
I want to use AddPointLineAreaSeries to achieve a point where the fill color is different from the outer border color.
lightningchart How to implement line block diagrams
lightningchart How to implement line block diagrams.
About multiple Y-axes sharing the same X-axis, unable to stack properly
I tried the example code but couldn’t stack it properly using lightningchart version 4.2.0
Issues with Tooltip and Zoom in LightningChartJS Heatmap Using Logarithmic X-Axis
I am using LightningChartJS to create a heatmap that mimics a MatLab chart. Since the chart requires a logarithmic x-axis, I am using a workaround where the default linear x-axis is hidden (xAxis.setVisible(false)) and a logarithmic x-axis is added. However, I am encountering a couple of issues: