apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
825 stars 94 forks source link

Choose Toolbar items in Area Chart #346

Closed mattiaslundborg closed 11 months ago

mattiaslundborg commented 11 months ago

I dont want to show all toolbar items/icons. Is there away to get rid of some of them?

This removes everything: Toolbar = new Toolbar { Show = false },

But i want to keep some and remove some. Is there a way to do this?

If this doesn't work, how do i zoom out from my area chart if i have Toolbar.Show set to false?

joadan commented 11 months ago

Hello,

I added a sample here https://apexcharts.github.io/Blazor-ApexCharts/features/toolbar#hide%20icons

Documentation https://apexcharts.com/docs/options/chart/toolbar/

mattiaslundborg commented 11 months ago

Thank you! Appreciate the fast support!