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
I set strokeColor and strokeWidth and they are like splitLine in EChart. And now I want to set something like splitArea in EChart:
strokeColor
strokeWidth
splitLine
splitArea
areaStyle: { color: [ color1, color2 ] }
but these do not work:
grid: PaintStyle( fillColor: color1, ),
I can only set the background color in coord:
coord: RectCoord( color: color1, ),
Can anyone help me resolve this multi-color areaStyle? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set
strokeColor
andstrokeWidth
and they are likesplitLine
in EChart.And now I want to set something like
splitArea
in EChart:but these do not work:
I can only set the background color in coord:
Can anyone help me resolve this multi-color areaStyle? Thanks.
The text was updated successfully, but these errors were encountered: