# elastic-charts **Repository Path**: mirrors_watson/elastic-charts ## Basic Information - **Project Name**: elastic-charts - **Description**: :bar_chart: Elastic Charts library - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-09 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

elastic-charts logo
Elastic Charts

Build Status NPM version Commitizen friendly

🚨 **WARNING** While open source, the intended consumers of this repository are Elastic products. Read the [FAQ][faq] for details. --- You should check out our [living style guide][docs], which contains many examples on how charts look and feel, and how to use them in your products. You could also check and fork the [codesandbox](https://codesandbox.io/s/elastic-charts-playground-87y7g?file=/src/App.tsx) example here to play with the code directly ## Installation To install the Elastic Charts into an existing project, use the `yarn` CLI (`npm` is not supported). ``` yarn add @elastic/charts ``` > **Important:** see the [consuming] wiki for detailed installation requirements ## Running Locally ### Node We depend upon the version of node defined in [.nvmrc](.nvmrc). You will probably want to install a node version manager. [nvm](https://github.com/creationix/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](http://localhost:9001/) by running: ``` yarn yarn start ``` We use [storybook](https://storybook.js.org) to document API, edge-cases, and the usage of the library. A hosted version is available at [https://elastic.github.io/elastic-charts][docs]. ## 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][contributing]. ## Wiki ### Consumption - [Consuming Elastic Charts][consuming] ### Documentation - [Overview][overview] - [Theming][theming] ## License [Apache Licensed][license]. Read the [FAQ][faq] for details. [license]: LICENSE.txt [faq]: FAQ.md [docs]: https://elastic.github.io/elastic-charts/ [consuming]: wiki/consuming.md [overview]: wiki/overview.md [theming]: wiki/theming.md [contributing]: CONTRIBUTING.md [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Felastic%2Felastic-charts.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Felastic%2Felastic-charts?ref=badge_large)