apexcharts.js icon indicating copy to clipboard operation
apexcharts.js copied to clipboard

Radar Chart hides X-Axis Categories by using enabledOnSeries

Open julius-mrtn opened this issue 2 years ago • 1 comments

Description

EnabledOnSeries doesn't just hide the dataLabels of all other Series in a Radar chart, but also hides the X-Axis Categories with the same indices.

Steps to Reproduce

  1. Create a chart
  2. set: dataLabels: { enabled: true, enabledOnSeries: [1], },
  3. name the x-axis categories

Expected Behavior

Just the dataLabels with the named indices are shown. All x-axis categories are shown

Actual Behavior

Just the dataLabels with the named indices are shown. Just the x-axis categories with the named indices are shown.

Screenshots

grafik

Reproduction Link

https://codepen.io/julius-mrtn/pen/XWBMdpM

julius-mrtn avatar Jan 09 '23 22:01 julius-mrtn

Bump

FeatureSpitter avatar Feb 29 '24 16:02 FeatureSpitter