Columns-Graph model
Do not reference anything else from this graph folder. As this is a standalone module.
yarn build
will produce a packaged UMD module through webpack.
This can be published to npm publish
after build is complete.
yarn add columns-graph
to install the package.
import { Chart, Tooltip } from 'columns-graph';