pentaho cde - How to Display Percentage values on TOP of CCC Bar Chart in CDE (Non-Stacked Bar Chart) -
my requirement show percentage values on top of bar ccc bar chart (non-stacked), far have got percentages in between bar charts need display them on top.
i have added function in clickable action , made clickable true
function(scene) { var pctvar = scene.vars.value.percent;
alert(pctvar.label);
}
then in advance properties have changed values visible = true , valuemask= {value}% until can values in middle of bar chart
so , need show percentages on top of bar charts? in advance!
Comments
Post a Comment