Plottable

📊 A library of modular chart components built on D3
Alternatives To Plottable
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Plotly.js15,713718197a day ago213August 10, 20221,454mitJavaScript
Open-source JavaScript charting library behind Plotly and Dash
Awesome D34,945
5 months ago3other
A list of D3 libraries, plugins and utilities
Ngx Charts4,2271,1033453 days ago75February 28, 2022786mitTypeScript
:bar_chart: Declarative Charting Framework for Angular
Plottable2,916265a month ago176March 16, 2022329mitTypeScript
:bar_chart: A library of modular chart components built on D3
Techan.js2,116
3 years ago3January 19, 2018101mitJavaScript
A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.
D3fc1,1671116a month ago13July 14, 2020166mitHTML
A collection of components that make it easy to build interactive charts with D3
Rcharts1,166
7 years ago372otherJavaScript
Interactive JS Charts from R
Britecharts React113184 months ago49January 21, 202115apache-2.0JavaScript
Britecharts-react is a React wrapper for the Britecharts charting library. It allows the use of Britecharts charts within a React application.
Reactd3resources72
6 years ago
An collection of links/tools/... on how to integrate React & D3. PRs welcome!
Component Kit47
7 years ago17June 23, 2016JavaScript
📊 Data Driven Dashboards made easy
Alternatives To Plottable
Select To Compare


Alternative Project Comparisons
Readme

Plottable.js Builds

============

Join the chat at https://gitter.im/palantir/plottable

Overview

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.

Philosophy

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.

Quick Start

Upgrading to v1.0.0

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.

We Want To Help!

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.

Development

  • Clone the repo
  • Install global dependencies sudo npm install grunt grunt-cli typescript -g
  • Install local dependencies npm install
  • Run grunt and it will spin up a server (pointed at localhost:9999) and begin compiling the typescript code

Contributing

  • Write your code
  • Add tests for new functionality, and please add some quicktests too
  • Run grunt test and verify it completes with no warnings or failures
  • Commit new files, including the updated built files like plottable.js and plottable.d.ts
  • Fill out the Personal or Corporate Contributor License Agreement and send it to [email protected]
    • You can do this easily on a Mac by using the Tools - Annotate - Signature feature in Preview.
  • Submit a pull request
Popular D3 Projects
Popular Charting Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Chart
Plot
D3
Charting
Chart Library
Chart Component