Skip to content
Prev 248825 / 398502 Next

barchart panel.text add label value and percent

On 2011-01-26 04:56, Christophe Bouffioux wrote:
I haven't seen an answer to this yet.
You need subscripts; replace

   panel= function(y,x,...){

with

   panel = function(x, y, subscripts, ...){

and

   databar$per

with

   databar$per[subscripts]


Peter Ehlers