Changes for version 2.90
Modules
- Chart::Clicker - Powerful, extensible charting.
- Chart::Clicker::Axis - An X or Y Axis
- Chart::Clicker::Axis::DateTime - An X or Y Axis using DateTime
- Chart::Clicker::Axis::DivisionType
- Chart::Clicker::Axis::DivisionType::Exact
- Chart::Clicker::Axis::DivisionType::LinearExpandGraph
- Chart::Clicker::Axis::DivisionType::LinearRounded
- Chart::Clicker::Component - Base class that extends Graphics::Primitive::Component
- Chart::Clicker::Container - Base class that extends Graphics::Primitive::Container
- Chart::Clicker::Context - A rendering context: Axes, Markers and a Renderer
- Chart::Clicker::Data::DataSet - A collection of series
- Chart::Clicker::Data::Marker - Highlight arbitrary value(s)
- Chart::Clicker::Data::Range - A range of Data
- Chart::Clicker::Data::Series - A series of key, value pairs representing chart data
- Chart::Clicker::Data::Series::HighLow - Series data with additional attributes for High-Low charts
- Chart::Clicker::Data::Series::Size - Chart data with additional attributes for Size charts
- Chart::Clicker::Decoration - Shiny baubles!
- Chart::Clicker::Decoration::Annotation
- Chart::Clicker::Decoration::Glass - Under-chart gradient decoration
- Chart::Clicker::Decoration::Grid - Under-data grid
- Chart::Clicker::Decoration::Legend - Series name, color key
- Chart::Clicker::Decoration::Legend::Tabular - Tabular version of Legend
- Chart::Clicker::Decoration::MarkerOverlay - Component for drawing markers
- Chart::Clicker::Decoration::OverAxis - An axis drawn over data
- Chart::Clicker::Decoration::Plot - Area on which renderers draw
- Chart::Clicker::Drawing::ColorAllocator - Color picker
- Chart::Clicker::Positioned - Role for components that care about position.
- Chart::Clicker::Renderer - Base class for renderers
- Chart::Clicker::Renderer::Area - Area renderer
- Chart::Clicker::Renderer::Bar - Bar renderer
- Chart::Clicker::Renderer::Bubble - Bubble render
- Chart::Clicker::Renderer::CandleStick - CandleStick renderer
- Chart::Clicker::Renderer::Line - Line renderer
- Chart::Clicker::Renderer::Pie - Pie renderer
- Chart::Clicker::Renderer::Point - Point renderer
- Chart::Clicker::Renderer::PolarArea - Polar Area renderer
- Chart::Clicker::Renderer::StackedArea - Stacked Area renderer
- Chart::Clicker::Renderer::StackedBar - Stacked Bar renderer
- Chart::Clicker::Tutorial - A Tutorial for using Chart::Clicker
Examples
- example/annotation.pl
- example/area.pl
- example/bar.pl
- example/bubble.pl
- example/candlestick.pl
- example/date-axis.pl
- example/heatmap.pl
- example/line-and-shape.pl
- example/line.pl
- example/multiple-axes.pl
- example/multiple-renderers.pl
- example/overaxis-bar.pl
- example/pie.pl
- example/point.pl
- example/share-axes.pl
- example/simple.pl
- example/skip_range.pl
- example/sparkline.pl
- example/stackedarea.pl
- example/stackedbar.pl
- example/tabularlegend.pl
- example/tufte-whitegrid.pl