Replies: 1 comment
-
lllllllllll |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that when I combine amcharts 5 with pico.css there is an artifact in the top left corner of every chart produced. This looks like a portion of a button (the chart's zoom button perhaps?) that is hidden away from view in the chart, but because of css rules, a portion of it shows up in the canvas. The artifact persists across browsers, but is not shown when I remove pico from the project.
I tried to unset all css rules for buttons but it does not improve the situation.
I was able to reduce its size by changing the form-element-spacing, but I suspect there might be an easier workaround.
Has anyone encountered this before? How did you resolve it?
Beta Was this translation helpful? Give feedback.
All reactions