All Projects β†’ elastic β†’ Elastic Charts

elastic / Elastic Charts

Licence: apache-2.0
πŸ“Š Elastic Charts library

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Elastic Charts

Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (-8.38%)
Mutual labels:  elastic, kibana
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+7370.16%)
Mutual labels:  data-visualization, charts
G2
πŸ“Š A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (+5669.63%)
Mutual labels:  data-visualization, charts
Elastic
Elastic Stack (6.2.4) 을 ν™œμš©ν•œ Dashboard λ§Œλ“€κΈ° Project
Stars: ✭ 121 (-36.65%)
Mutual labels:  elastic, kibana
Victory Native
victory components for react native
Stars: ✭ 2,013 (+953.93%)
Mutual labels:  data-visualization, charts
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (-35.6%)
Mutual labels:  elastic, kibana
Life Calendar
A look at the big picture.
Stars: ✭ 139 (-27.23%)
Mutual labels:  data-visualization, charts
Apexcharts.js
πŸ“Š Interactive JavaScript Charts built on SVG
Stars: ✭ 10,991 (+5654.45%)
Mutual labels:  data-visualization, charts
Blazor Samples
Explore and learn Syncfusion Blazor components using large collection of demos, example applications and tutorial samples
Stars: ✭ 156 (-18.32%)
Mutual labels:  data-visualization, charts
Sourced Ce
source{d} Community Edition (CE)
Stars: ✭ 153 (-19.9%)
Mutual labels:  data-visualization, charts
Elastic Docker
Example setups for Elasticsearch, Kibana, Logstash, and Beats with docker-compose
Stars: ✭ 118 (-38.22%)
Mutual labels:  elastic, kibana
Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization πŸ“ŠπŸ—Ύ
Stars: ✭ 2,433 (+1173.82%)
Mutual labels:  data-visualization, charts
Anychart Android
AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Stars: ✭ 1,762 (+822.51%)
Mutual labels:  data-visualization, charts
Orama
Plug and play React charts
Stars: ✭ 125 (-34.55%)
Mutual labels:  data-visualization, charts
Visual Vocabulary Vega
Visual Vocabulary with Vega
Stars: ✭ 118 (-38.22%)
Mutual labels:  data-visualization, charts
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fÑcil ⭐️
Stars: ✭ 135 (-29.32%)
Mutual labels:  elastic, kibana
Microservice Monitoring
Monitor your Spring Boot application with the Elastic Stack all around
Stars: ✭ 114 (-40.31%)
Mutual labels:  elastic, kibana
Redelk
Red Team's SIEM - tool for Red Teams used for tracking and alarming about Blue Team activities as well as better usability in long term operations.
Stars: ✭ 1,692 (+785.86%)
Mutual labels:  elastic, kibana
Tinychart
A simple tool to create quick exportable charts
Stars: ✭ 139 (-27.23%)
Mutual labels:  data-visualization, charts
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (-16.75%)
Mutual labels:  data-visualization, charts

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 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.

You could also check and fork the codesandbox 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.

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.

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].