fl_chart
fl_chart copied to clipboard
Add gradient to bar chart and pie chart
Instead of a solid color, can I use a gradient to fill in the pie chart segments and bar chart segments?
Yes, I want to add gradient in bar graph rods. please add this feature.
What kind of gradient do you need in the PieChart? @MobileMon
to use gradient colors like this
It has just been added in 0.12.0 version.
Check out this sample
The pie chart gradient is yet to come!
Hello guys,
I didn't want to open a new issue, since this one was still open.
I would like to know if there was any information about the gradient for pie charts, because I would like to make a gradient like that:
i want this type of gradient color design in Doughnut Chart.. can someone help me?
<div id="canvas-wrap">
<canvas id="canvas" width="300" height="300"></canvas>
<div class="donut-result">
<p><span>9,8969</span> Estimated Overtime Owed</p>
</div>
</div>
#canvas-wrap {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
I have created pull request https://github.com/imaNNeo/fl_chart/pull/1511
it will add support for piechart gradients
PieChart gradient is added in 0.66.0. Thanks, @raldhafiri for contributing 🚀
It has just been added in 0.12.0 version.
Check out this sample
The pie chart gradient is yet to come!
I think now we're done with this issue ;)