|
Legend Axis Y Pareto Chart |
Posted by seafree on Nov-03-2015 23:24 |
|
Hi, I need show the axis Y data values in a Pareto chart, could you any idea?
Thanks. |
Re: Legend Axis Y Pareto Chart |
Posted by seafree on Nov-04-2015 02:30 |
|
Peter can you help me please, I draw a pareto chart with 2 xaxis, the second axis is the
top chart and I must drow the xAxis2 in top segment xAxis, how can I do it?
$c->xAxis()->setLabels($labels);
$c->xAxis2()->setLabels($data);
$c->xAxis2()->setLabelStyle("arial",8,FFFF0002,30);
xAxis2 will be show on red line like image, how can I do it, please?
Regards
|
Re: Legend Axis Y Pareto Chart |
Posted by Peter Kwan on Nov-04-2015 02:38 |
|
Hi seafree,
In the Pareto chart sample code, the bars are showing the raw data values. You may
consider to display the data values as bar labels, like:
$barLayer->setAggregateLabelStyle("arial.ttf", 8, 0x000000);
Regards
Peter Kwan |
Re: Legend Axis Y Pareto Chart |
Posted by seafree on Nov-04-2015 03:51 |
|
Thanks a lot Peter. |
|