How should I make QuickChart in glide.
I tried many ways but the chart is showing error.
Is there anyone who can help me with very start
I just want a simple pie chart with 5 labels and its datasets.
I will really appreciate your help everyone
Hi @Mastaan,
What have you tried so far? There are a handful of guides out there for using QuickChart in Glide.
This one comes with a video, for example: 😍 Quickchart.io: the Cloudinary of Charts —on the fly charts! - Community Resources - Glide Community
Ian
I just build the chart by myself.
Thanks a lot for your reply
Can let me know how can I change the font size and font color of datasets and labels
If this is the chart code
just build the chart by myself.
Thanks a lot for your reply
Can let me know how can I change the font size of datasets and labels
If this is the code
{
type: ‘pie’,
data: {
labels: [‘January’, ‘February’, ‘March’, ‘April’, ‘May’],
datasets: [{ data: [50, 60, 70, 180, 190] }],
},
}
Thanks problem sorted