Multiple colors for "Column with Markers" #4356
OpreaFlorin
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.
-
I want this kind of chart: https://apexcharts.com/javascript-chart-demos/column-charts/column-with-markers/
Is there a way to have different colors for bars?
I try using
colors: ['#00E396', '#775DD0', , '#00E396' , '#00FF00'],
, but it only use first color.Any idea?
Beta Was this translation helpful? Give feedback.
All reactions