Skip to main content

Pentaho+ documentation is moving!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

Stock visualizations identifiers

The models of stock visualizations are all sub-modules of the pentaho/visual/models module. For example, pentaho/visual/models/Line is the identifier of the stock Line visualization model.

The corresponding CCC-based view of a stock visualization is a sub-module of the pentaho/ccc/visual module. For example, pentaho/ccc/visual/Line is the identifier of the CCC view corresponding to the stock Line visualization model.

The following table contains identifiers for stock visualizations in Analyzer:

Local Module IDDescription
AbstractAll stock visualizations
AreaStackedArea Stacked
LineLine
BarColumn
BarStackedColumn Stacked
BarNormalizedColumn Stacked 100%
BarHorizontalBar
BarStackedHorizontalBar Stacked
BarNormalizedHorizontalBar Stacked 100%
BarLineColumn/Line Combo
ScatterX/Y Scatter
BubbleBubble
HeatGridHeat-Grid
PiePie
DonutDonut
SunburstSunburst

The Geo Map visualization is the exception to these rules. Its model’s identifier is pentaho/geo/visual/Model and its view’s identifier is pentaho/geo/visual/View.