Skip to content

Releases: PioneerCode/pioneer-charts

0.13.0

16 May 17:14
efb2249
Compare
Choose a tag to compare

Features

  • Pie Chart, Bar Chart and Line Area Chart are now responsive.

0.12.1

16 May 17:12
93224e4
Compare
Choose a tag to compare

Fix

  • Fix dynamic width/height calcs on bar-charts based on hideAxis being set to true and a group label being present.

Features

  • Bar Charts
    • Hide Scales
    • Hide Grids
  • Line Area Charts
    • Hide Scales
    • Hide Grids

0.11.1

08 May 18:00
Compare
Choose a tag to compare

Fix

  • Import reference error in --prod builds

0.11.0

08 May 17:20
09e1b0e
Compare
Choose a tag to compare

Features

  • Add event emitters
    • On bar click in bar charts.
    • On dot click in line/area charts.
    • On slice click in pie charts.

0.9.0

03 May 22:03
aa403ee
Compare
Choose a tag to compare

Features

  • Bar Chart
    • Added stacked bar charts.
    • Added grouped bar charts.
    • Added thresholds that span the entire chart, groups, or individual bars.
  • Added ability to supply a tick-format through configuration.
    • When set, formats axis' and tooltips accordingly.

0.8.1

29 Apr 18:38
3aed1ef
Compare
Choose a tag to compare

Fixes

  • Table
    • Clear header cache on re-int of UI.
    • Scoped margin style.
    • Check for UI build when no data is present.
    • Width calc on router switch.

0.8.0

27 Apr 18:52
1693e50
Compare
Choose a tag to compare

Features

  • Add option to enable sticky footer/header on table.
  • Add ability to sortable by column.

Fixes

  • Activate tooltip on mouse move instead of mouseover event.
    • pie-chart
    • bar-chart(s)
  • Change selected SVG display types to block in order to remove extra padding applied at the base of SVG.

For details on features included, visit the v0.8 milestone.

0.7.0

25 Apr 22:14
ac84958
Compare
Choose a tag to compare

Features

  • Add tooltips on value hovers.
    • Pie Chart
    • Bar Chart (Horizontal and Vertical)
    • Line Area Chart
  • Add continuous value UX effects to line-area-chart.
  • Add hover UI indicators on pie chart and bar chart.

0.6.0

23 Apr 23:22
Compare
Choose a tag to compare

Features

  • OnInit load animations for Bar Chart (Horizontal & Vertical), Line Area Chart, and Pie Chart.

0.5.0

17 Apr 19:06
Compare
Choose a tag to compare

First Release Of Pioneer Charts!

This inaugural release includes 4 basic charts:

  • Bar Chart (Horizontal & Vertical)
  • Table
  • Line Area Chart
  • Pie Chart

For details on features include, visit the v0.5 - Initial Release milestone.