Page 1 of 1

Stacked Column: Display Problem

Posted: Thu Aug 29, 2013 7:56 am
by qcm
Dear Stimulsoft Community,

I am working on a report with a stacked column chart.

The bars (pillars) shall show the maximum points and the reached points of different review chapters.

Example: Max is 800 and reached is 500 --> the bar should be in two colors and end @ 800 Points. The first color is up to 500 Points and the second color fills up the rest of the bar until 800.

The String with the Pointcounts are commited by a previously calculation with JavaScript and are not a datasource but Business Objects.

I did my very best but I could not get a chart with a displayed outcome like I described it...

The Screenshots shows U how it behaves with two rows... It always sets both values about each other.

Maybe someone can help me and give me a hint how to make it work without calculating the difference in Java Script.

Thank you all!! :)

Greetings, qcm

Re: Stacked Column: Display Problem

Posted: Thu Aug 29, 2013 1:26 pm
by HighAley
Hello.

Sorry, but this is a usual behaviour of the Stacked Column chart.
You could try to use Clustered Column with Line series as in the attached report.
Report.mrt
(12.93 KiB) Downloaded 298 times
Thank you.

Re: Stacked Column: Display Problem

Posted: Thu Aug 29, 2013 1:38 pm
by qcm
Hi Aleksey!

Thanks for your fast answer!

Hm... that is not what I expected to read ;) but I will try to display it on another way. Maybe I can change the JavaScript and precalculate the differenc between reached points and max points.

Thanks for your help, more questions will follow 8-)!

Greetings, qcm

Re: Stacked Column: Display Problem

Posted: Fri Aug 30, 2013 5:20 am
by HighAley
Hello.

Please, try to change your JavaScript code, because we can't change usual behaviour of the Stacked Column chart.
Let us know if you will have any questions else.

Thank you.