Unexpected horizontal line on mobile devices
See original GitHub issueLightweight Charts Version: ^3.4.0
Steps/code to reproduce:
const seriesOptDefault: DeepPartial<LineStyleOptions & SeriesOptionsCommon> = {
lineWidth: 1,
crosshairMarkerVisible: false,
priceLineVisible: false,
};
const chartOptDefault: DeepPartial<ChartOptions> = {
layout: {
backgroundColor: 'transparent',
},
crosshair: {
vertLine: {
visible: false,
},
horzLine: {
visible: false,
},
},
leftPriceScale: {
visible: false,
borderVisible: false,
},
rightPriceScale: {
visible: false,
borderVisible: false,
},
timeScale: {
visible: false,
borderVisible: false,
},
grid: {
horzLines: {
visible: false,
},
vertLines: {
visible: false,
},
},
handleScroll: false,
handleScale: false,
};
Actual behavior:
An unexpected horizontal line below the chart is visible on mobile devices
Expected behavior:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Fixing Vertical or Horizontal Lines on Android Screen
If some strange horizontal or vertical lines appeared on your phone screen, remove the case, then take out the battery and SIM card....
Read more >My phone's screen have many small thin horizontal black lines ...
This could be caused by two things. One - LCD connection has come loose. This is the simple and free cause as all...
Read more >7 Ways To Fix Horizontal Lines On Android Phone Screen
You can fix horizontal lines on Android screen by rebooting the phone, restart in safe mode, perform a factory reset and use the...
Read more >iPhone 14 horizontal lines upon waking? It's not a hardware ...
It's not a hardware fault, says Apple. If you've found your iPhone 14 showing horizontal lines across the screen when waking from sleep...
Read more >How do I fix Horizontal lines on my screen? - iFixit
Usually it's the LCD. After a drop it can happen and the LCD will have to be replaced.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@timocov sorry for the late response, was on vacation. Will create a repro case in the next few days … will ping you here.
Thanks!
Since there is no updates so far I’m going to close the issue. If you’ll have any question or updates - feel free to ping me.