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.14

  • Many options added : PIE -legendcolor, -legendfont and setlegend BOXPLOT -boxplotlinescolor BARS -barsvaluescolor LINES, POINTS, SPLINES, BARS and BOXPLOTS -xlongticks, ylongticks -xlongtickscolor, ylongtickscolor -axiscolor, longtickscolor
    • -yminvalue and -ymaxvalue to allow you to represent charts with resizing y-axis as you want (example for data with little interval). -interval fix yminvalue and ymaxvalue to minimum and maximum value of data sets. -verbose option allow to disabled warning printing if necessary.
      • In set_legend methods, -legendcolor added.
  • POD documentation updated. demo updated : http://cpansearch.perl.org/src/DJIBEL/Tk-Chart-1.14/demo/

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