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

Container -decoration-gradient PieChart can't show web --web-renderer html #827

Closed
chd999 opened this issue Nov 23, 2021 · 2 comments
Closed

Comments

@chd999
Copy link

chd999 commented Nov 23, 2021

web --web-renderer html

Container(
width: 500,
height: 500,
decoration: BoxDecoration(
color: Colors.cyan,
gradient: LinearGradient(begin: Alignment.topCenter, end: Alignment.bottomCenter, colors:[Colors.black,Colors.white]),
),
child: PieChart(PieChartData(
centerSpaceRadius: 10,
sections: pieData,
borderData: FlBorderData(show: false),
)
),
);

@imaNNeo
Copy link
Owner

imaNNeo commented Jan 30, 2023

Please provide more information about the issue.
Also please test it again with the new version of fl_chart and flutter

@imaNNeo imaNNeo closed this as completed Mar 2, 2023
@imaNNeo
Copy link
Owner

imaNNeo commented Mar 2, 2023

It might be related to #955

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

No branches or pull requests

2 participants