Skip to content

barchart panel.text add label value and percent

3 messages · Christophe Bouffioux, Peter Ehlers

4 days later
#
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