Skip to content

Latest commit

 

History

History
175 lines (113 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

175 lines (113 loc) · 6.41 KB

OECD Charting-tool

Recent changes:

v1.0.0

Bug Fixes

  • box plot

    • full width for charts, add titles to all chartsections (f2a0cd15)
  • charts

  • docs

    • add examples for the PearlChart (ec2c3cf8)
  • package

    • mark package.json as a binary file (5d1823a3)
    • take my package-lock.json (d0730717)
    • mark package.json as a binary file (a5a617bb)
  • test

    • use d3.select for all tests (322818fb)
    • use d3.select() and update PearlChartTest (db019486)

Features

  • add labels and use scales for bars (d946b306)

  • basic stacked bar charts (b8ce13e7)

  • box plot

  • changelog

  • docs

    • update the README and add static docs generator (4f585f5d)
  • pearlchart

  • stacked bar charts

  • test

Documentation

Refactor

  • rename css classes, fix eslint-warnings (0ca24c90)

  • package

Chore

Branchs merged

  • Merge branch 'feat-docs' of github.com:wbkd/oecd_charting-tool into feat-docs (5cd13dcc)

Pull requests merged

  • Merge pull request #1 from wbkd/feat-testing (d1080739)