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 ID | Description |
Abstract | All stock visualizations |
AreaStacked | Area Stacked |
Line | Line |
Bar | Column |
BarStacked | Column Stacked |
Bar | Column Stacked 100% |
BarHorizontal | Bar |
BarStackedHorizontal | Bar Stacked |
BarNormalizedHorizontal | Bar Stacked 100% |
BarLine | Column/Line Combo |
Scatter | X/Y Scatter |
Bubble | Bubble |
HeatGrid | Heat-Grid |
Pie | Pie |
Donut | Donut |
Sunburst | Sunburst |
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
.