vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

How to fire zoom on button click?

Open kentforth opened this issue 4 years ago • 1 comments

I have Line Chart. There are plus and minus buttons that can increase or descrease chart.

I want to have same functionality on my custom buttons;

If I run method increaseZoom() that chart should be zoomed in and I f I run method descreaseZoom() that chart should be zoomed out

How can I do it?

chartOptions: {
chart: {      
        zoom: {
          enabled: true,
          type: 'x'
        }
      }
}

kentforth avatar Jan 11 '21 11:01 kentforth

Any updates on this?

rolandgvc avatar Jul 12 '22 03:07 rolandgvc