You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight Charts Version: 3.3.0 (but reproduce in latest 3.7.0)
Steps/code to reproduce:
On high resolution displays zooming out to 33% bars on chart will disappear.
On low resolution displays need zooming out only to 90% for disappearing bars.
Open example with bars in jsfiddle, and scale browser's zoom out to 90% or 33% (depends from display resolution)
Most people with basic displays, some of them can open pages with little scaling, and in this case they can't see bars on chart.
I suppose, that it depends on devicePixelRatio and thinness of bar item, but maybe there is some workaround? Maybe we can increase bars width, if devicePixelRatio < 1
Actual behavior:
Bars disappears
Expected behavior:
Bars not disappears
Screenshots:
With 33% zoomimg (on macbook with retina display):
With 50% zooming (on macbook with retina display):
Lightweight Charts Version: 3.3.0 (but reproduce in latest 3.7.0)
Steps/code to reproduce:
On high resolution displays zooming out to 33% bars on chart will disappear.
On low resolution displays need zooming out only to 90% for disappearing bars.
Open example with bars in jsfiddle, and scale browser's zoom out to 90% or 33% (depends from display resolution)
Most people with basic displays, some of them can open pages with little scaling, and in this case they can't see bars on chart.
I suppose, that it depends on
devicePixelRatio
and thinness of bar item, but maybe there is some workaround? Maybe we can increase bars width, ifdevicePixelRatio
< 1Actual behavior:
Bars disappears
Expected behavior:
Bars not disappears
Screenshots:
With 33% zoomimg (on macbook with retina display):
With 50% zooming (on macbook with retina display):
CodeSandbox/JSFiddle/etc link:
The text was updated successfully, but these errors were encountered: