Class: DatavizPlotConfig

Dataviz.DatavizPlotConfig(cfg)

Class representing a dataviz plot config

Constructor

new DatavizPlotConfig(cfg)

Create a dataviz plot config instance

Parameters:
Name Type Description
cfg object

the lizmap config object for layer

Source:

Extends

  • BaseObjectConfig

Members

aggregation :string

The aggregation

Type:
  • string
Source:

displayLegend :boolean

The display legend

Type:
  • boolean
Source:

displayWhenLayerVisible :boolean

The display when layer visible

Type:
  • boolean
Source:

horizontal :boolean

The horizontal

Type:
  • boolean
Source:

stacked :boolean

The stacked

Type:
  • boolean
Source:

traces :Array.<DatavizTraceConfig>

The traces

Type:
  • Array.<DatavizTraceConfig>
Source:

type :string

The type

Type:
  • string
Source:

xField :string

The x field

Type:
  • string
Source: