Showing 1 – 1 of 1 replies
RamaMathanmohan

Adding Download Feature to Pie Chart

RamaMathanmohan PURCHASED
1 month ago
Hi Support,

I have purchased your theme recently and trying to do a pie chart from your Apex chart (https://seantheme.com/color-admin/admin/html/chart-apex.html ). Even though the downloads are there for most of the graph why there is no download feature is available for the pie chart. Can you please point in the right direction to add it to the graph. A code example will be useful.

Thanks
Rama Mathanmohan

Last edited 1 month ago

SeanTheme
SeanTheme SELLER
1 month ago
Hi,

You just need to add the toolbar: true option will do.
e.g

chart: {
height: 365,
type: 'pie',
toolbar: {
show: true
}
},

for more information, you may refer to their official documentation
https://apexcharts.com/docs/options/chart/toolbar/

Best Regards,
Sean.