question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected horizontal line on mobile devices

See original GitHub issue

Lightweight 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 Screenshot 2021-08-05 at 18 28 05

Expected behavior:

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pingustarcommented, Aug 23, 2021

@timocov sorry for the late response, was on vacation. Will create a repro case in the next few days … will ping you here.

Thanks!

0reactions
timocovcommented, Nov 5, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found