
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
plottable
Advanced tools
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.
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.
npm install --save plottable
yarn add 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.
Check out the full list of changes between v1.16.2 and v2.0.0.
Check out the full list of changes between v2.9.0 and v3.0.0.
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.
yarn install
yarn build
to build the dependenciesyarn start
and it will spin up a server (pointed at http://localhost:9999) and begin compiling the typescript codehttp://localhost:9999/quicktests/
and choose a directory to view visual testsyarn test
and verify it completes with no warnings or failuresFAQs
A modular charting library built on D3
The npm package plottable receives a total of 3,994 weekly downloads. As such, plottable popularity was classified as popular.
We found that plottable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.