amCharts support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

JavaScript Charts: JavaScript Stock Chart


#1 2012-08-15 11:53:04

bonnfire
Member

candlestick not displaying properly with version 2.7.4

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

 

#2 2012-08-16 02:24:30

martynasma
Administrator

Re: candlestick not displaying properly with version 2.7.4

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

 

#3 2012-08-20 08:45:03

marcelionis
Administrator

Re: candlestick not displaying properly with version 2.7.4

Try to upgrade to 2.7.5 - we fixed this problem.

Offline

 

#4 2012-08-22 23:55:35

bonnfire
Member

Re: candlestick not displaying properly with version 2.7.4

It works fine now. Thank you very much.

Offline

 

© amCharts | Forum engine: PunBB