Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Plotly.js | 15,713 | 718 | 197 | a day ago | 213 | August 10, 2022 | 1,454 | mit | JavaScript | |
Open-source JavaScript charting library behind Plotly and Dash | ||||||||||
Awesome D3 | 4,945 | 5 months ago | 3 | other | ||||||
A list of D3 libraries, plugins and utilities | ||||||||||
Ngx Charts | 4,227 | 1,103 | 345 | 3 days ago | 75 | February 28, 2022 | 786 | mit | TypeScript | |
:bar_chart: Declarative Charting Framework for Angular | ||||||||||
Plottable | 2,916 | 26 | 5 | a month ago | 176 | March 16, 2022 | 329 | mit | TypeScript | |
:bar_chart: A library of modular chart components built on D3 | ||||||||||
Techan.js | 2,116 | 3 years ago | 3 | January 19, 2018 | 101 | mit | JavaScript | |||
A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3. | ||||||||||
D3fc | 1,167 | 11 | 16 | a month ago | 13 | July 14, 2020 | 166 | mit | HTML | |
A collection of components that make it easy to build interactive charts with D3 | ||||||||||
Rcharts | 1,166 | 7 years ago | 372 | other | JavaScript | |||||
Interactive JS Charts from R | ||||||||||
Britecharts React | 113 | 1 | 8 | 4 months ago | 49 | January 21, 2021 | 15 | apache-2.0 | JavaScript | |
Britecharts-react is a React wrapper for the Britecharts charting library. It allows the use of Britecharts charts within a React application. | ||||||||||
Reactd3resources | 72 | 6 years ago | ||||||||
An collection of links/tools/... on how to integrate React & D3. PRs welcome! | ||||||||||
Component Kit | 47 | 7 years ago | 17 | June 23, 2016 | JavaScript | |||||
📊 Data Driven Dashboards made easy |
============
Plottable.js is a library of chart components for creating flexible, custom charts for websites. It is built on top of D3.js and provides higher-level pieces, like plots, gridlines, and axes. As such, it's easier to quickly build charts than with D3, and the charts are much more flexible than standard-template charts provided by charting libraries. You can think of Plottable as a "D3 for Charts" — it is not a charting library but rather a library of chart components. Check out examples of Plottable on our website's examples page.
Plottable's core philosophy is "Composition over Configuration", so a lot of the API flexibility is in choosing which Components
to use, and how to arrange them in Tables
, rather than setting high-level properties on the charts. If you find you need a feature that doesn't exist, consider writing a new Component
that implements the functionality. This way, you can get your custom functionality and still benefit from the rest of the library.
Plottable.js is being developed by Palantir Technologies. It's developed in TypeScript and distributed in ES5 JavaScript.
bower install --save plottable
If you are upgrading from a pre-v1.0.0 version of Plottable to v1.0.0 or later, please use the Upgrade Guide on the wiki.
If you run into any problems using Plottable, please let us know. We want Plottable to be easy-to-use, so if you are getting confused, it is our fault, not yours. Create an issue and we'll be happy to help you out, or drop by our Gitter room.
sudo npm install grunt grunt-cli typescript -g
npm install
grunt
and it will spin up a server (pointed at localhost:9999) and begin compiling the typescript codegrunt test
and verify it completes with no warnings or failuresplottable.js
and plottable.d.ts