react-apexcharts
react-apexcharts copied to clipboard
options: specify width
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