Charts
JointJS+ provides you with a set of flexible, good looking and interactive charts that you can use in your applications. Note that from the JointJS perspective, a chart is just another JointJS shape. This means that you can add it to your diagram, resize it, rotate it, clone it, connect it with other elements, serialize/deserialize it to/from JSON format or export it to SVG, PNG or JPEG. No other library can give you this flexibility!
All chart shapes are included in the shapes.chart
namespace.
note
All charts are built with a deprecated css selectors approach. To use charts in the current version, you need to set the useCSSSelectors
config option to true
.