You are not logged in.
Hello,
I have the following settings for a candlestick chart, which worked fine with version 2.7.0 (white body drawn with a black line, with the inside turning black when negative).
graphP1.useDataSetColors = false;
graphP1.lineAlpha = 1;
graphP1.lineColor = "#000000";
graphP1.lineThickness = 1;
graphP1.fillColors = "#ffffff";
graphP1.fillAlphas = 1;
graphP1.negativeLineColor = "#000000";
graphP1.negativeFillColors = "#000000";
However, with 2.7.4, the lineAlpha seems to apply only to the line above and below the candle (for the max and min), but not to the draw the body of the candle itself (so the body of white candle is not drawn with the line, but only the lines above and below for the max and min respectively). In other words: lineAlpha and lineColor no longer apply to the body of the candlestick. Is it a bug or do I need to change anything in my code?
Sorry, I tried to insert and image for more clarity, but no success.
Thank you!
Offline
Thank you for bringing this to our attention. We will investigate and get back to you when we have the solution or a fix.
Offline
Try to upgrade to 2.7.5 - we fixed this problem.
Offline
It works fine now. Thank you very much.
Offline
© amCharts | Forum engine: PunBB