-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Plottable actively developed? #3537
Comments
Hello, The last commit which isn't from dependabot is from summer '19: |
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? |
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";
The text was updated successfully, but these errors were encountered: