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

options: specify width

Open jsmccrumb opened this issue 5 years ago • 0 comments

Width option overriden with default width 100%. Would be nice to be able to use

const options = {
    labels: ["Team A", "Team B", "Team C", "Team D", "Team E"],
    chart: {
      width: 100
    }
}

to set width (understand its possible by setting width property on the component but would be nice to also be able to use the options without having a default width = 100% showing up

Code sandbox

jsmccrumb avatar Oct 12 '19 14:10 jsmccrumb