Class: DatavizElementConfig

Dataviz.DatavizElementConfig(cfg)

Class representing a dataviz element config

Constructor

new DatavizElementConfig(cfg)

Create a dataviz element config instance

Parameters:
Name Type Description
cfg object

the lizmap config object for layer

Source:

Extends

  • BaseObjectConfig

Members

abstract :string

The abstract

Type:
  • string
Source:

layerId :string

The layer id

Type:
  • string
Source:

onlyShowChild :boolean

The only show child

Type:
  • boolean
Source:

plot :Array.<DatavizPlotConfig>

The plot

Type:
  • Array.<DatavizPlotConfig>
Source:

plotId :number

The plot id

Type:
  • number
Source:

popupDisplayChildPlot :boolean

The popup display child plot

Type:
  • boolean
Source:

title :string

The title

Type:
  • string
Source:

titlePopup :string

The title in popup

Type:
  • string
Source:

triggerFilter :boolean

The trigger filter

Type:
  • boolean
Source: