You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to draw a line chart with grouped X-axis labels, like this bar chart example https://apexcharts.com/react-chart-demos/column-charts/column-with-group-label/
I want to create groups of 10 elements each, so I do the following in the options object:
When I try this with a bar chart, it works fine, but when I change to a line chart, it doesn't work and the axis labels are shown without the groups.
Does anyone know how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions