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
If remove "candstick" series and "candlstick" yaxis from test code, all work fine as expected
(and I change "fillColor" with red color, because blue is default in this case).
The text was updated successfully, but these errors were encountered:
Description
ApexCharts: fillColor property for one column not work in the Chart with mixed series: column and candlestick
Actual Behavior
first column is "green" (default)
Expected Behavior
first column must be "blue"
Because:
"fillColor" property with "blue" color present in code here:
From docs, it must work:
https://apexcharts.com/docs/chart-types/column-chart/
Reproduction Link
On codepen:
https://codepen.io/pvoytko/pen/jOZevgN
OR standalone HTML file:
"bug_test.html", save and open it:
https://drive.google.com/uc?id=1zgMm7dlRvrgzyHq-8C34uEgTwAmViDwL
P.S.
If remove "candstick" series and "candlstick" yaxis from test code, all work fine as expected
(and I change "fillColor" with red color, because blue is default in this case).
The text was updated successfully, but these errors were encountered: