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

apexcharts hide bottom Series

Open shakil-brl opened this issue 2 years ago • 2 comments

image How can i hide this label from chart

shakil-brl avatar Apr 11 '22 09:04 shakil-brl

@brianlagunas @kkirsche @kdinev @bernardofd any buddy can help with this issue please

shakil-brl avatar Apr 16 '22 05:04 shakil-brl

@shakil-brl I'm able to remove the xaxis labels by settings categories: [""] in the chartOptions.

xaxis: {
  categories: [""]
}

Here's an example.

kdinev avatar Apr 18 '22 08:04 kdinev