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
Recently I found that turning on smoothing is a good choice. It makes the chart look nicer and sometimes more friendly. But I notice that some of the lines are invisible (overflow out of canvas) when smoothing is on.
The following snapshot is taken directly from the demo github.io page:
It looks a more serious problem in my case:
I googled. Stackoverflow says that there is no such thing as overflow: visible for canvas. Canvas needs to be enlarged to make sure everything is drawn inside.
Any workarounds on this? Thanks.
The text was updated successfully, but these errors were encountered:
Hi all. Thanks for building this great toolkit.
Recently I found that turning on smoothing is a good choice. It makes the chart look nicer and sometimes more friendly. But I notice that some of the lines are invisible (overflow out of canvas) when smoothing is on.
The following snapshot is taken directly from the demo github.io page:
It looks a more serious problem in my case:
I googled. Stackoverflow says that there is no such thing as
overflow: visible
for canvas. Canvas needs to be enlarged to make sure everything is drawn inside.Any workarounds on this? Thanks.
The text was updated successfully, but these errors were encountered: