The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.19

  • Tk::Chart::Bars undef values produce non fatal error. Bug have been resolved (Thank you A. Wadley) -xlabelskip : tick and text will be now displayed correctly. Tk::Chart::Mixed, Tk::Chart::Area, Tk::Chart::Boxplots... -xlabelskip : tick and text will be now displayed correctly.
  • -xvaluefont, -yvaluefont and -xvaluevertical options added. In Tk::Chart::Bars, Tk::Chart::Mixed and Tk::Chart::Boxplots x values data are cut with ... if width text greater than width space between 2 ticks. Now, The text will not be cut but the rest of the text will be display below. POD documentations updated.

Documentation

Frequently Asked Questions about Tk::Chart.
To create point lines graph.
To create lines graph as Beacutezier curve.

Modules

Extension of Canvas widget to create a graph like GDGraph.
Extension of Canvas widget to create area lines graph.
Extension of Canvas widget to create bars graph.
Extension of Canvas widget to create boxplots graph.
Extension of Canvas widget to create a line graph.
Extension of Canvas widget to create mixed graph.
Extension of Canvas widget to create a pie graph.
Private Tk::Chart methods