Relative Content

Tag Archive for javascriptreactjschartslightningchart

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.