Pentaho Visualization API dev package (beta 2)
Pre-release
Pre-release
Pentaho 8.0 ships an updated beta version of the new Visualization API.
This package provides the resources needed for bootstrapping the development of visualizations using the API. It should be used only as a dev-dependency, as the runtime is included with the Pentaho Platform.
You can directly download the release or install it using the package manager of your choice.
npm install https://github.com/pentaho/pentaho-platform-plugin-common-ui/releases/download/v3.0.0-beta2/pentaho-viz-api-v3.0.0.tgz --save-dev
yarn add https://github.com/pentaho/pentaho-platform-plugin-common-ui/releases/download/v3.0.0-beta2/pentaho-viz-api-v3.0.0.tgz --dev
See http://pentaho.github.io/pentaho-platform-plugin-common-ui/platform/visual/ for more details.