oecd-simple-charts
Version:
D3 charting library for creating pearl charts, stacked bar charts and box plots
176 lines (113 loc) • 6.56 kB
Markdown
# OECD Charting-tool
_Recent changes:_
## v1.0.0
## Bug Fixes
- **box plot**
- full width for charts, add titles to all chartsections
([f2a0cd15](https://github.com/wbkd/oecd_charting-tool/commit/f2a0cd154f981747aeb2e503a99f3e34a3ef3c6b))
- **charts**
- firefox baseline alignment
([a7a76655](https://github.com/wbkd/oecd_charting-tool/commit/a7a76655998acd080b4e38b82f8c17d1dc669360))
- **docs**
- add examples for the PearlChart
([ec2c3cf8](https://github.com/wbkd/oecd_charting-tool/commit/ec2c3cf84b980e265652227b5b7aa6bcee58e765))
- **package**
- mark package.json as a binary file
([5d1823a3](https://github.com/wbkd/oecd_charting-tool/commit/5d1823a3c3f88ce7e5c4499863921363e3138623))
- take my package-lock.json
([d0730717](https://github.com/wbkd/oecd_charting-tool/commit/d073071755e6c1be580a454b9b1701f80794f062))
- mark package.json as a binary file
([a5a617bb](https://github.com/wbkd/oecd_charting-tool/commit/a5a617bbfc3dd6338152a50007fcd016cbb688a9))
- **test**
- use d3.select for all tests
([322818fb](https://github.com/wbkd/oecd_charting-tool/commit/322818fb1fe59af0cc90a275db6313dc9e44fc66))
- use d3.select() and update PearlChartTest
([db019486](https://github.com/wbkd/oecd_charting-tool/commit/db0194868f63882c6a26a367a20e3451d30e199d))
## Features
- add labels and use scales for bars
([d946b306](https://github.com/wbkd/oecd_charting-tool/commit/d946b3062a1638f9d29ba375de93757bd35d8afe))
- basic stacked bar charts
([b8ce13e7](https://github.com/wbkd/oecd_charting-tool/commit/b8ce13e7bd765c585a867a7e3d40f1f835d059e4))
- **box plot**
- add labels
([dc2151a4](https://github.com/wbkd/oecd_charting-tool/commit/dc2151a45702733a5c58dc2064e186a60c9670ab))
- set height depending on data
([75d05251](https://github.com/wbkd/oecd_charting-tool/commit/75d052517e995ebba5b4a1d8712e05f4c4deb664))
- display markers
([ff5bf68e](https://github.com/wbkd/oecd_charting-tool/commit/ff5bf68ec8df64559e0f7cffdebf0cafdface405))
- display axis and grid
([9b877808](https://github.com/wbkd/oecd_charting-tool/commit/9b87780842e42ca0f45061d526ab27a8a27eb1d3))
- **changelog**
- autogenerate CHANGELOG.md
([d2c40b23](https://github.com/wbkd/oecd_charting-tool/commit/d2c40b231bde687690270854458a737ad777c08e))
- **docs**
- update the README and add static docs generator
([4f585f5d](https://github.com/wbkd/oecd_charting-tool/commit/4f585f5dffeb23e3f853ef21a3b1e70969ce0076))
- **pearlchart**
- setup pearl chart module
([d1852ea2](https://github.com/wbkd/oecd_charting-tool/commit/d1852ea2d20253b7c1a7d13fb53edeff4b588a3b))
- **stacked bar charts**
- check if labels exist
([ba30590a](https://github.com/wbkd/oecd_charting-tool/commit/ba30590ab739de139d25044e7cb77f0f75cf81f8))
- **test**
- add visual regression testing
([5b4ded68](https://github.com/wbkd/oecd_charting-tool/commit/5b4ded68d2bb6ccf905a382be9a0b50227703a27))
- add tests
([0d5bc045](https://github.com/wbkd/oecd_charting-tool/commit/0d5bc04566a6fbd4921e4e8397d7ee5a42acf5f8))
## Documentation
- **jsdoc**
- update docs
([2e03b823](https://github.com/wbkd/oecd_charting-tool/commit/2e03b823bb19ed3f23a25aed4a56bdbe1aa28a00))
- disable timestamp in generated docs
([8dbbe080](https://github.com/wbkd/oecd_charting-tool/commit/8dbbe08025379043c8d3e0a66fb8d832615de933))
- update docs
([70302cff](https://github.com/wbkd/oecd_charting-tool/commit/70302cff054897ffc236615011f7f5896023bd27))
- partially revert the last commit
([6f077954](https://github.com/wbkd/oecd_charting-tool/commit/6f0779543a164b82030b9bb1533e6836ce200450))
- update docs
([2ea07b41](https://github.com/wbkd/oecd_charting-tool/commit/2ea07b41fc54c7624fb3b1499bd16bbd73891922))
- use @example tag instead of markdown
([bf61fb64](https://github.com/wbkd/oecd_charting-tool/commit/bf61fb64db76b8766c38550fa7b9985179a9c03c))
- update docs
([60c917f2](https://github.com/wbkd/oecd_charting-tool/commit/60c917f280ef250a1a1211ccbef925d8b5e1de51))
- add some examples
([95b56c84](https://github.com/wbkd/oecd_charting-tool/commit/95b56c84b3638d98d23d6227af24736127a43096))
- add jsdoc
([34c3a124](https://github.com/wbkd/oecd_charting-tool/commit/34c3a124fac6021faa2eb945bd68d7b630da8c68))
- add some examples
([1c68724a](https://github.com/wbkd/oecd_charting-tool/commit/1c68724a0a1e3b4aea62f7cb788e390b331a4ef2))
- add jsdoc
([993a696d](https://github.com/wbkd/oecd_charting-tool/commit/993a696d5049f23106518a2df4aa2b8fcf9f850e))
- **package**
- update package.json meta
([55f8f205](https://github.com/wbkd/oecd_charting-tool/commit/55f8f205933aa9b8c5b80f0aea94ca9f2d8793bd))
- **readme**
- add docs instructions to the README
([e740423a](https://github.com/wbkd/oecd_charting-tool/commit/e740423aeadb7c9e71b9b066cc065e5bb36ef7c9))
- add a screenshot to the readme
([b430012c](https://github.com/wbkd/oecd_charting-tool/commit/b430012c7559637f6e8113c2b65ec1087cae9709))
- update the README
([ef4559ca](https://github.com/wbkd/oecd_charting-tool/commit/ef4559ca8fc5ffe7759abf8110960683cd944afd))
- update the README
([811bfebe](https://github.com/wbkd/oecd_charting-tool/commit/811bfebef8c673881763d42bef51328188e90537))
- **screenshot**
- add screenshot to the readme/docs
([aaf08604](https://github.com/wbkd/oecd_charting-tool/commit/aaf0860465812e8a56cb15733bf2147d0cf76b14))
- **screenshots**
- update visual testing reference and screenshots
([8f7ab7ae](https://github.com/wbkd/oecd_charting-tool/commit/8f7ab7aee309a3d891c62ca08c9998354713bec9))
## Refactor
- rename css classes, fix eslint-warnings
([0ca24c90](https://github.com/wbkd/oecd_charting-tool/commit/0ca24c9055d3a201039c6607fe613e7887eb65c3))
- **package**
- refactor npm scripts
([3b2512a3](https://github.com/wbkd/oecd_charting-tool/commit/3b2512a334b6415f0e0e20ff49eaa73aad5f8ba7))
## Chore
- cleanup dependencies
([c32591c8](https://github.com/wbkd/oecd_charting-tool/commit/c32591c8d0eaa1f942a78c5ea3983e7a152ad2db))
## Branchs merged
- Merge branch 'feat-docs' of github.com:wbkd/oecd_charting-tool into feat-docs
([5cd13dcc](https://github.com/wbkd/oecd_charting-tool/commit/5cd13dccd9cbc55cb8f93997a060df7989bbf443))
## Pull requests merged
- Merge pull request #1 from wbkd/feat-testing
([d1080739](https://github.com/wbkd/oecd_charting-tool/commit/d108073977d35082fab4a4163ca11324ec2867e5))