Replies: 1 comment 2 replies
-
Hey, did you ever find out how to do this? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been switching our project charts from chartjs to ApexCharts. The only hickup I've encountered is applying a gradient to the vertical grid lines.
I've tried defining the gradient in another svg tag and referring to it as
stroke: url(#gradName)
but could not make it work.Also tried as follows with no positive result:
Any help is appreciated, kind regards.
Beta Was this translation helpful? Give feedback.
All reactions