palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 223 forks source link

Is Plottable actively developed? #3537

Open constantinevassil opened 4 years ago

constantinevassil commented 4 years ago

Is Plottable actively developed? I see web site examples not updated for the new version.

For exampleI would like to use rollup and test the following:

Users should be able to pull in just the parts of Plottable they care about using import statements:

// import just the Category Axis import { Category } from "plottable/build/src/axes/categoryAxis";

gwak commented 4 years ago

Hello, Could you please advise if Plottable is abandoned. We really like the project and use it extensively in an Ember project, but if the project is not actively developped we might sadly move to something like Highcharts or Plotly...

The last commit which isn't from dependabot is from summer '19: https://github.com/palantir/plottable/commit/0985a2d33eed727841128bdfe1b0da4955f5e52a

adidahiya commented 4 years ago

It's not deprecated, but development on Plottable is not very active at the moment. We actively use Plottable components in a more opinionated charting library used internally at Palantir. We are open to considering feature requests, but they may not be addressed quickly.

Rockburner commented 3 years ago

It's not deprecated, but development on Plottable is not very active at the moment. We actively use Plottable components in a more opinionated charting library used internally at Palantir. We are open to considering feature requests, but they may not be addressed quickly.

Are you keeping up to date with compatibility for other libraries?
I'm currently trying to upgrade an application that uses Plottable on top of D3, and I'm getting errors from Plottable that seem to indicate it's not compatible with D3 v6.*. This means I'm forced to use D3 v5 for the time being.