Peek - a chart library based on D3.js
(version 1.4.1)
Release Notes
1.4.1 released 12/02/2016
Fixed a defect where labels were not showing for horizontal bar charts in Internet Explorer
1.4.0 released 01/12/2015
Added support for charts with linear x-axis scales
Added support for bar charts with ordinal x-axis scales
1.3.1 released 19/11/2015
Fixed a defect in the maxima detection when dual y-axes are enabled
1.3.0 released 19/11/2015
Added support for dual y-axes and dual y-scales
1.2.0 released 11/11/2015
Added support for bar charts with multiple textures (requires
textures.js
)
Bar chart spacing can now be set as a public property
Legend width can now be set as a public property
The plot object in radial and horizontal bar charts is now a public property
Value stacking is only performed when stacking is enabled
Defect fix: moved some logo positioning styles out of peek.css
Radial charts now support displaying axis labels
Radial charts are now sorted by series, not size
Added error catching for radial charts when all input values are zero
1.1.0 released 17/03/2015
New time-series chart types
Scatter charts
Area charts
Stacked area charts
Bar charts
Grouped bar charts
Stacked bar charts
Grouped stacked bar charts
New radial chart types
Pie charts
Charts now reuse common objects (plot, grid, axes, labels, legend)
Uniform data format for all time-series charts
Common data handler for all time-series charts
Added support for chart title
Added support for chart axis labels
Added support for fill transparency/opacity
Line widths and borders are now configurable
Restyled the point tooltip
Added a user guide
Improved configurability
Fixed draw layer ordering (grid, then series, then axis, then points)
Fixed legend key defects (key now uses SVG, solving print and display issues)
Fixed an SVG margin defect where labels and points could sometimes get truncated
1.0.0 released 22/09/2014
Time-series line charts
Time-series stacked bar charts
Line chart interpolation
Horizontal bar charts
Donut charts
Legends