Answers for "zoom in apexchart"

0

zoom in apexchart

chart: {
      zoom: {
          enabled: true,
          type: 'x',  
          autoScaleYaxis: false,  
          zoomedArea: {
            fill: {
              color: '#90CAF9',
              opacity: 0.4
            },
            stroke: {
              color: '#0D47A1',
              opacity: 0.4,
              width: 1
            }
          }
      }
  }
Posted by: Guest on June-16-2021

Browse Popular Code Answers by Language