Visualization Tasks
Visualization task are at the core of what Dex is about.
The visualizations are separated into some common categories listed below. Unless otherwise stated, visualizations can be saved to HTML.
CATEGORY | DESCRIPTION |
---|---|
C3 | Visualizations in this category are based upon the C3 framework. |
JavaFX | Visualizations in this category are based upon JavaFX and are quite interactive and scalable. The do not, however, serialize to HTML. |
Visualizations in this category are based upon Google charting services. They require a connection to the internet in order to work. | |
NVD3 | Visualizations in this category are based upon the NVD3 charting framework. |
Table | Visualizations in this category are for visualizing table data. |
Dex Charts | Visualizations in this category are based upon Dex.js charting framework. This is a sister project to Dex. |
Prefuse | Visualizations in this category are based upon the Java Prefuse framework. They do not save to HTML. |
D3 | Visualizations in this category are based upon D3 drawing framework. |