Visualization API
pentaho.visual
The visual
namespace contains the types that constitute the Pentaho Visualization API.
Overview
The Visualization API provides a unified way to visualize data across the Hitachi Vantara suite (e.g. Analyzer, PDI, CDF).
Essentially, it is a set of abstractions that enables safe, isolated operation between applications, visualizations and business logic.
A visualization is constituted by:
One
Model
, which identifies the visualization and defines it in terms of its data requirements, such as the visual degrees of freedom it has (e.g. X position, color and size) and any major options that affect its rendering.One
View
(at least), which implements the actual rendering using chosen technologies (e.g. HTML, SVG, D3), and handle user interaction, dispatchingactions
and, for example, showing tooltips. The standard data actions areSelect
andExecute
.
The Visualization API is built on top of other Platform JavaScript APIs:
The
Data API
ensures seamless integration with data sources in the Pentaho platform, as well as with other client-side component frameworks.The
Type API
provides to visualizations out-of-the-box features such as class inheritance, metadata support, configuration, validation and serialization.The
Core APIs
provide to visualizations features such as localization, theming and service registration and consumption.
A set of stock visualizations is included, covering the most common chart types. Based on the CCC charting library, they're customizable and extensible to fit your organization's desired look and feel.
Source: doc-js/pentaho/visual/_namespace.jsdoc, line 17
Child Namespaces
Name | Summary |
---|---|
action | The |
base | The |
color | The |
role | The |
spec | The |