Skip to content
New issue

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

Gradient is not supported #13

Closed
xSILENCEx opened this issue Aug 19, 2019 · 2 comments
Closed

Gradient is not supported #13

xSILENCEx opened this issue Aug 19, 2019 · 2 comments

Comments

@xSILENCEx
Copy link

xSILENCEx commented Aug 19, 2019

I use gradient just like

SplineSeries<MyData, String>(
    //...................
   gradient: LinearGradient(
      colors: [
         Colors.black,
         Colors.red,
      ],
    //.................
)

but it doesn't work. Is it wrong to use?

@dharanidharandharmasivam
Copy link
Contributor

Hi @xSILENCEx ,

Thanks for your interest in our Syncfusion Flutter chart widget. We have analyzed your scenario. For line type series like line, spline, step line, fast line series gradient support is not applicable. However, if you specify the gradient colors, the first color available in the list will be considered for the series. This is the actual behavior of our chart widget.

As of now, the gradient applicable series are listed below.
• Column
• Area
• Bar
• Bubble
• Scatter

Thanks,
Dharani.

@xSILENCEx
Copy link
Author

Thank U

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants