Skip Menu |

This queue is for tickets about the Tk-Chart CPAN distribution.

Report information
The Basics
Id: 69605
Status: resolved
Priority: 0/
Queue: Tk-Chart

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: possibility to show tk::chart::bars as percentage
would it be possible to have an option to show stacked bars (-cumulate=>1) as percentage? this way, whatever the values, the bars will all have the same height (or width if -orient gets implemented), only the respective area percentage chanegs.
Le Mer 20 Jui 2011 03:52:28, JQUELIN a écrit : Show quoted text
> would it be possible to have an option to show stacked bars > (-cumulate=>1) as percentage? > > this way, whatever the values, the bars will all have the same height > (or width if -orient gets implemented), only the respective area > percentage chanegs.
Dear, In a new version of Tk::Chart, I will add an option -cumulate_percent for this representation. It is a good idea for some visualizations. Best Regards, Djibril
Le Mer 20 Jui 2011 06:50:46, DJIBEL a écrit : Show quoted text
> Le Mer 20 Jui 2011 03:52:28, JQUELIN a écrit :
> > would it be possible to have an option to show stacked bars > > (-cumulate=>1) as percentage? > > > > this way, whatever the values, the bars will all have the same height > > (or width if -orient gets implemented), only the respective area > > percentage chanegs.
> > Dear, > > In a new version of Tk::Chart, I will add an option -cumulate_percent > for this representation. It is a good idea for some visualizations. > > Best Regards, > > Djibril
Tk::Chart 1.18 now available. Tk::Chart::Bars updated with -cumulatepercent option added.