Patrick Cook

Results 2 issues of Patrick Cook

**Lightweight Charts™ Version:** 4.0.1 **Steps/code to reproduce:** Copy advanced react example from Lightweight Chart docs ```js export const ChartContainer = forwardRef((props, ref) => { const { children, container, layout, ...rest...

bug
documentation
needs investigation

Whenever the mouse enters the chart the alert disappears. I am using the `CandleStickChartWithInteractiveYCoordinate` example. The alert then re-renders a little later. If I hover over the alert it doesnt...