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";
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";