-
Notifications
You must be signed in to change notification settings - Fork 62
Home
The HPCC Visualisation Framework provides a comprehensive set of visualizations, adhering to a consistent set of interfaces. It includes wrappers for third party chart libraries (Google, C3 Charts, AM Charts etc.) as well as home grown visualizations (watch this space). It also adds a set of connectors and marshallers to make connecting visualizations to the HPCC Platform a trivial excercise.
The framework is available in a variety of packages and sources, it also support both Non-AMD and AMD paradigms for those who love/hate RequireJS and its kin.
The pre-built packages can be accessed from here:
- CDN Server (AMD) - http://viz.hpccsystems.com/v1.2.4/dist-amd/
- CDN Server (Non AMD) - http://viz.hpccsystems.com/v1.2.4/dist/
- Bower -
hpcc-viz
- GitHub - https://github.com/hpcc-systems/Visualization/releases
And the sources can be found here:
For more information about any of the above please see:
The following details how developers will build the framework from the sources