Skip to content

Pentaho Visualization API dev package (beta 3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nantunes nantunes released this 09 May 15:24
7adc706

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

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