Home
Analytics
Build a pie chart in percentage
Neojet
<p>Hello,</p>
<p> </p>
<p>I wanna build a simple pie chart in percentage, like the exemple.</p>
<p>I make this pie chart with highchart in the hard way, and it's pretty difficult to do it dynamically, and i wanna to reproduce it with the pie chart from the birt designer.</p>
<p>It is obvious we can do it with the birt designer in some way, but i didn't succes to do it.</p>
<p> </p>
<p>Because i can't compare from the pie chart 2 values, as x , y, since this chart got only y values.</p>
<p> </p>
<p>My data are on the same lines from my bdd, like the sample data wich i attached file.</p>
<p> </p>
<p> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I really appreciate any help you can provide,</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">with regards,</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Jonathan</p>
Find more posts tagged with
Comments
micajblock
<p>You add a new series. Use 'Puits Dispo' for Series 1 and 'Puits Indispo' for Series 2.</p>
Neojet
<p>I tested many things, and also add a new series, since i even script an highchart to try this.</p>
<p> </p>
<p>When i use 2 series i got this, because like i said, my datas are on the same lines.</p>
<p> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">with regards,</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Jonathan</p>
micajblock
<p>What version are you using?</p>
Neojet
<div>Actuate BIRT Designer Professional </div>
<div>Version: 4.4.0</div>
<div>Build id: v20150710</div>
micajblock
<p>Apologies, my methodology does not work with pie charts. Your choices are:</p>
<p>Use union data sets as in the attached example.</p>
<p>Transpose the data as defined here - <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/files/file/2-transposing-data/'>http://developer.actuate.com/community/forum/index.php?/files/file/2-transposing-data/</a></p>
;
<p> </p>
<p>BTW, pie charts are pretty useless visualizations as they never tell the whole story behind the data - <a data-ipb='nomediaparse' href='
http://bfy.tw/BJMj'>http://bfy.tw/BJMj</a></p>
;