How to remove apexchart barchart default label thats inside the bar? #4275
MuhammadAflah
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
const options: ApexOptions = {
series: state,
chart: {
type: "bar",
height: "100%",
width: "100%",
stacked: true,
toolbar: {
show: true, // Hide the default toolbar
},
},
};
Beta Was this translation helpful? Give feedback.
All reactions