We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG has no standard for padding.
https://jsfiddle.net/pm9wyfmh/2/
Rendered in Firefox cuts off the labels due to the reliance of CSS padding to display labels (which works in Chrome).
Intermediate solution us to specify a viewBox on the svg element. Specifically a size of viewBox=-15 0 810 100.
viewBox=-15 0 810 100
Honestly, everything needs to be adjusted to be responsive and not so static.
The text was updated successfully, but these errors were encountered:
tbaeg
No branches or pull requests
SVG has no standard for padding.
https://jsfiddle.net/pm9wyfmh/2/
Rendered in Firefox cuts off the labels due to the reliance of CSS padding to display labels (which works in Chrome).
Intermediate solution us to specify a viewBox on the svg element. Specifically a size of
viewBox=-15 0 810 100
.Honestly, everything needs to be adjusted to be responsive and not so static.
The text was updated successfully, but these errors were encountered: