Closed decadence closed 7 months ago
You can disable clustering on a series:
series.clustered = false;
https://www.amcharts.com/docs/v4/reference/candlestickseries/#clustered_property
@martynasma thanks for the fast response. It works, didn't notice this property when I searched in docs.
I have
XYChart
with multipleLineSeries
(hidden on image) and multipleCandlestickSeries
. I don't know why but candles are shifted relative to each other (onDateAxis
) even they have equal date (start of hour).If I add only one
CandlestickSeries
it appears normalWhat can I do about it so candles will have equal position on
DateAxis
and normal width of the candle (for whole hour)?This is how I add
CandlestickSeries
: