react-apexcharts
react-apexcharts copied to clipboard
apexcharts hide bottom Series
How can i hide this label from chart
@brianlagunas @kkirsche @kdinev @bernardofd any buddy can help with this issue please
@shakil-brl I'm able to remove the xaxis
labels by settings categories: [""]
in the chartOptions
.
xaxis: {
categories: [""]
}
Here's an example.