Skip to content

Pentaho Visualization API dev package (beta 4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nantunes nantunes released this 04 Dec 09:53
715e51e

Pentaho 8.2 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-beta4/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-beta4/pentaho-viz-api-v3.0.0.tgz --dev

See http://pentaho.github.io/pentaho-platform-plugin-common-ui/platform/visual/ for more details.