Start X-axis from custom timestamp instead of 00:00:00 in lightningcharts js
I have a requirement where I have to show the old recorded data with timestamp. Since the x axis always starts from 00:00:00. Is there a way to start it from any time lets say 06:23:20 and then continue from here.
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 chart.coordsRelative
for positioning, the TextBox still appears on the left bottom instead of the right bottom.