A dynamic, browser based visualization library.
+ The library is designed to be easy to use, to handle large amounts
+ of dynamic data, and to enable manipulation of and interaction with the data.
+ The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d. Get it over here!
+
+
+
@@ -133,34 +160,31 @@
Network
-
Network is a visualization to display networks and networks consisting of nodes and edges. The visualization is easy to use and supports custom shapes, styles, colors, sizes, images, and more.
- To handle a larger amount of nodes, Network has clustering support. Network uses HTML canvas for rendering.
The Timeline is an interactive chart to visualize data in time. The data items can take place on a single date, or have a start and end date (a range).
- Timeline uses regular HTML DOM to render the timeline and items put on the timeline. This allows for flexible customization using css styling.
+
Create a fully customizable, interactive timeline with items and ranges.
Graph2d is an interactive visualization chart to draw data in a 2D graph. It can plot lines, point and bars. You can freely move and zoom in the graph by dragging and scrolling in the window.
-
- Graph2d uses HTML DOM and SVG for rendering. This allows for flexible customization using css styling.
+
Draw graphs and bar charts on an interactive timeline and personalize it any way you want.
Graph3d is an interactive visualization chart to draw data in a three dimensional graph.
- You can freely move and zoom in the graph by dragging and scrolling in the window. Graph3d also supports animation of a graph.
- Graph3d uses HTML canvas to render graphs, and can render up to a few thousands of data points smoothly.
+
Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.