Chart-Clicker
view release on metacpan or search on metacpan
- Better add_data POD
2.46
- Use native Moose type traits rather than MX::AttributeHelpers
- Allow Series to be instantiated with a HashRef
- Deprecate data method in favor of rendered_data
2.45
- Document the ->draw,->data method for getting back a scalar
- Add date-axis.pl example
- Improve error message when keys != values
- Add POD images (Thanks to Gagor Szabo and Bruno Vecchi)
- Bump Cairo driver version
- Bar Renderer fixes:
- When bars ran below baseline, brush width wasn't taken into account
- When only one series was present, bars below baseline were offset to the
left unecessarily
2.44
- Add add_data method
- Fix long-standing bug tripped when adding multiple datasets that use the
same renderer.
2.43
- Fix typo in Axis Synopsis (thanks Michael Stapelberg)
2.42
- Add Legend::Tabular
- Remove unused LegendItem
2.41
- Add title/title_position
2.40
- Tutorial update
2.39
- Adjust data range test
- Add Clicker->set_renderer (Thanks castaway!)
- Add Clicker->write_output to replace draw; write;
2.38
- Change the manner in which ticks are generated. Uses the lower and upper
of the Axis' range then evenly divides the middle.
- Adjust the location of an Axis' tick if that tick is equal to the lower or
upper of the Axis' range. Allows top and bottom ticks to be drawn without
overflowing the drawable area.
2.37
- Properly import croak so failures are reported without generating an
exception (thanks omega!)
2.36
- Fix some weird 'padding' in ranges and in Axis marking, fixes datasets
with ranges less than 1.
2.35
- Legend
- Depend on Layout::Manager 0.29 and adjust Legend to use
- Remove lots of random crap from Legend that wasn't being used
- Ditch Clicker's BUILD method for prepare-time work wrt plot & legend
addition
- Add has_name predicate to Series and use it in Legend
- Bar
- Fix overlap in borders
- Fix stroking of translucent bars
- Only stroke bars if their opacity is < 1 and the brush width > 0
2.34
- Clean up some unnecessary POD
- Add shape_brush to Point renderer
- Add first cut of tutorial
2.33
- Rename share_axis_width to share_axes_with
- Throw a useful error when there is no data, thanks Dave Hayes
2.32
- Dependency bumps
- Trim out some unnecessary includes and code
- Fix busted bubble renderer scaling
- Allow multiple series with CandleStick
- Removed UPGRADING POD, it's long past time to have done that
- Fix Area & StackedArea's POD
- Make StackedArea a subclass of Area
- Fix contributor POD being all on one line
2.31
- Fix slight miscalculation in X position of "negative" bar renderer
bars.
- Simplify bar width calculation when using fudged axis ranges.
2.30
- Fix misnamed class in POD for Marker (Thanks bricas!)
- Fix error in example/simple.pl
- Fix completely busted Marker implementation (fix colors & range positioning)
- Add lazily constructed marker_overlay attribute to Clicker
- Document Marker properly
2.29
- Fix broken bar_padding computation in Bar renderer
- Skip some math when no ticks are visible in an Axis
2.28
- Fix problems in dist due to quoting
2.27
- Fix shape positions when line renderer is additive
- Add pie example
2.26
- Use min/max functions from List::Util rather than rolling my own
- Refactor Series internals to more easily facilitate subclasses
- Add HighLow series
- Add CandleStick renderer
2.25
- Add some new examples: Multiple-Axes, Multiple-Renderers and Shared-Axes
- Add Context->share_axes_with method for convenience
- Add font attribute to OverAxis decoration
( run in 0.625 second using v1.01-cache-2.11-cpan-39bf76dae61 )