Skip to content

monfera/elastic-charts

This branch is 1595 commits behind elastic/elastic-charts:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3be01cf Â· Aug 1, 2019
May 30, 2019
Apr 26, 2019
Jul 30, 2019
Jul 30, 2019
Jun 13, 2019
Aug 1, 2019
Jul 29, 2019
Jun 12, 2019
Jan 30, 2019
Jan 18, 2019
Jun 13, 2019
Apr 28, 2019
Apr 16, 2019
Jun 13, 2019
Feb 7, 2019
May 3, 2019
Aug 1, 2019
Feb 15, 2019
Jan 30, 2019
Jan 23, 2019
Jul 29, 2019
Jun 20, 2019
Aug 1, 2019
Jun 20, 2019
Jun 20, 2019
Jun 20, 2019
Jan 18, 2019
Aug 1, 2019

Repository files navigation

Elastic Charts

Build Status NPM version Commitizen friendly

🚨 WARNING While open source, the intended consumers of this repository are Elastic products. Read the FAQ for details.


You should check out our living style guide, which contains many examples on how charts look and feel, and how to use them in your products.

Installation

To install the Elastic Charts into an existing project, use the yarn CLI (npm is not supported).

yarn add @elastic/charts

Running Locally

Node

We depend upon the version of node defined in .nvmrc.

You will probably want to install a node version manager. nvm is recommended.

To install and use the correct node version with nvm:

nvm install

Development environment

You can run the dev environment locally at http://localhost:9001 by running:

yarn
yarn start

We use storybook to document API, edge-cases, and the usage of the library. A hosted version is available at https://elastic.github.io/elastic-charts.

Goals

The primary goal of this library is to provide reusable set of chart components that can be used throughout Elastic's web products. As a single source of truth, the framework allows our designers to make changes to our look-and-feel directly in the code. And unit test coverage for the charts components allows us to deliver a stable "API for charts".

Contributing

You can find documentation around creating and submitting new features in CONTRIBUTING.md.

Wiki

Consumption

Documentation

License

Apache Licensed. Read the FAQ for details.

About

📊 Elastic Charts library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Other 1.6%