Visualization library for GoodData visualizations built using React.js and HighCharts
This repository uses Storybook for React
- Run
yarn storybook
and see the examples
- Run
yarn test
Visual regression testing for Storybook is provided by @gooddata/test-storybook package.
- Switch to master branch
git checkout master
- Synchronize from upstream
git tag -l | xargs git tag -d; git fetch upstream; git reset --hard upstream/master
- Create new version
npm version [major|minor|patch] -m "Release v%s"
- Release
npm publish --access=public
- Push to upstream
git push --tags upstream master
Report bugs and features on our issues page.
Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.
For more information, please see LICENSE