dfrsol / charts

Code implementations of the IBM Design Language's data visualization guidance.

Home Page:http://www.ibm.com/design/language/experience/data-visualization/chart-models/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ibm-design-charts Build Status

Up & Running

  • Clone or fork this repository
  • Make sure you have the following technologies installed on your computer:
  • run yarn to install dependencies
  • run yarn run bootstrap to bootstrap the project, link dependencies, and do the initial build step for each package
  • run yarn test to run the tests that will run during PRs

Design

You can find all Sketch files that define the visual specs of a chart in charts-design.

Structure

The project currently leverages Lerna in order to manage multiple packages contained within this project. To learn more about this, please view our CONTRIBUTING.md.

Examples

At the moment, we only have ./examples to show what our desired output is. This page uses inaccessible work and is only examples instead of reusable pieces. To run:

  1. git clone https://github.com/IBM-Design/charts.git
  2. cd charts
  3. yarn install
  4. yarn run examples

About

Code implementations of the IBM Design Language's data visualization guidance.

http://www.ibm.com/design/language/experience/data-visualization/chart-models/

License:Other


Languages

Language:JavaScript 100.0%