All Projects β†’ palantir β†’ Plottable

palantir / Plottable

Licence: other
πŸ“Š A library of modular chart components built on D3

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Plottable

React D3 Components
D3 Components for React
Stars: ✭ 1,599 (-43.58%)
Mutual labels:  chart, charting-library, d3, chart-component
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 (-37.83%)
Mutual labels:  chart, charting-library, chart-component
Smoothie
Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
Stars: ✭ 2,145 (-24.31%)
Mutual labels:  chart, charting-library, chart-component
comparative-layout-explorer
πŸ“Š x πŸ“Š =❓An online gallery to explore the design space of comparative layouts
Stars: ✭ 16 (-99.44%)
Mutual labels:  d3, chart
vue-d3-chart
A interactive chart library based on vue and d3
Stars: ✭ 38 (-98.66%)
Mutual labels:  d3, chart
c3
c3 HTMLWidget Ploting
Stars: ✭ 39 (-98.62%)
Mutual labels:  chart, plots
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (-63.23%)
Mutual labels:  d3, chart
britecharts-react
Britecharts-react is a React wrapper for the Britecharts charting library. It allows the use of Britecharts charts within a React application.
Stars: ✭ 110 (-96.12%)
Mutual labels:  d3, chart
HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (-99.22%)
Mutual labels:  chart, charting-library
vueplotlib
Declarative, interactive, linked πŸ“ŠπŸ“ˆ components
Stars: ✭ 23 (-99.19%)
Mutual labels:  d3, plots
chart.xkcd-vue
A xkcd styled chart component for Vue.js based on chart.xkcd.
Stars: ✭ 34 (-98.8%)
Mutual labels:  chart, chart-component
Simple-charts
Simple responsive charts
Stars: ✭ 15 (-99.47%)
Mutual labels:  d3, chart
SwiftCharts
Easy to use and highly customizable charts library for iOS
Stars: ✭ 2,405 (-15.14%)
Mutual labels:  chart, plots
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (-98.34%)
Mutual labels:  chart, charting-library
ScalaTIKZ
ScalaTIKZ is an open-source library for PGF/TIKZ vector graphics.
Stars: ✭ 18 (-99.36%)
Mutual labels:  chart, plots
svg-time-series
SVG time-series charting library
Stars: ✭ 18 (-99.36%)
Mutual labels:  d3, charting-library
react-d3-axis
React-based Axis component for D3
Stars: ✭ 26 (-99.08%)
Mutual labels:  d3, chart
a2d3
Flexible and extensible D3 directives for Angular 2
Stars: ✭ 22 (-99.22%)
Mutual labels:  d3, chart
multi-verse
lit-element components for fast and modular multivariate analysis
Stars: ✭ 34 (-98.8%)
Mutual labels:  d3, chart
TeeChart-for-.NET-CSharp-WPF-samples
Assorted WPF examples
Stars: ✭ 18 (-99.36%)
Mutual labels:  chart, charting-library

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

Plottable 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 is used and developed at 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.

Upgrading to v2.0.0

Check out the full list of changes between v1.16.2 and v2.0.0.

Upgrading to v3.0.0

Check out the full list of changes between v2.9.0 and v3.0.0.

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 local dependencies yarn install
  • Run yarn build to build the dependencies
  • Run yarn start and it will spin up a server (pointed at http://localhost:9999) and begin compiling the typescript code
  • Navigate to http://localhost:9999/quicktests/ and choose a directory to view visual tests

Contributing

  • Write your code
  • Add tests for new functionality, and please add some quicktests too
  • Run yarn test and verify it completes with no warnings or failures
  • Submit a pull request and sign the CLA when prompted by our bot
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].