Mark Silverwood
Mark Silverwood
Linking related issue: #1279 Would it be right to summarise your request as the ability to set the following options: - Minimum Bar Spacing - Maximum Bar Spacing Bar spacing...
Thanks @plagun98. Having a look at your provided code sample I can't see anything that you've done incorrectly, and I can see the same behaviour as you show in the...
Could you please share some screenshots / videos, or a code example for the issue you are experiencing with the widths? From what I understand, you are seeing the entire...
Thanks for sharing the code and screenshots. I'll have a look at reproducing this later this afternoon (without the React and dynamic `width` property) but I can confirm that the...
Apologies, we will update the example in the documentation so it is a bit more performant.
I'm unable to replicate the issue on a basic page. Test case with price scale on the left: https://jsfiddle.net/msilverwood/4m0koxrj/ Test case with the page direction set to `rtl`: https://jsfiddle.net/msilverwood/ot9e5nmx/ FYI:...
I would suggest that instead of having a resize handler and setting the width using `clientWidth` that you could rather use the `autoSize` option provided by the chart. https://tradingview.github.io/lightweight-charts/docs/api/interfaces/ChartOptions#autosize
Hi @sulhadin, Could you be a bit more specific about what you are trying to change with the timescale? Perhaps if you can share an example of your current implementation?...
You shouldn't need to create a new chart for each option change. It would be better to create the chart once within the React component (and only remove it when...
Thanks for raising this issue @benphelps. Converting oklch colours into RGB would add support to the library for the colour syntax but it wouldn't allow the support of actually displaying...