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
In this way, the texts will have a background color (white in this case) that I think will solve the issue. We could add a shadow also, to make it more smooth.
If someone points me in the correct direction, I would love to help with a PR.
Expected Behavior
Ticks can have a background colour that helps with contrast
Current Behavior
Mirrored ticks are hard to distinguish depending on the chart colours, this is a real example:
Possible Solution
We could expose a couple of properties like
strokeStyle
andlineWidth
and internally do something like:In this way, the texts will have a background color (white in this case) that I think will solve the issue. We could add a shadow also, to make it more smooth.
If someone points me in the correct direction, I would love to help with a PR.
Steps to Reproduce (for bugs)
This is a live example:
https://codepen.io/joseraul/pen/qBBwgpQ
Context
I can't use the colours of the project
The text was updated successfully, but these errors were encountered: