Skip to content

naibinh/gooddata-indigo-visualizations

 
 

Repository files navigation

Indigo Visualizations in React

Visualization library for GoodData visualizations built using React.js and HighCharts

Development

This repository uses Storybook for React

  • Run yarn storybook and see the examples

Testing

Unit tests

  • Run yarn test

Storybook visual regression tests

Visual regression testing for Storybook is provided by @gooddata/test-storybook package.

Release

  1. Switch to master branch git checkout master
  2. Synchronize from upstream git tag -l | xargs git tag -d; git fetch upstream; git reset --hard upstream/master
  3. Create new version npm version [major|minor|patch] -m "Release v%s"
  4. Release npm publish --access=public
  5. Push to upstream git push --tags upstream master

Contributing

Report bugs and features on our issues page.

License

Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

For more information, please see LICENSE

About

Indigo Visualizations in React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • CSS 3.9%
  • Makefile 0.1%