Reference documentation and code samples for the Google Cloud Chronicle V1 Client class VisualMapType.
Visual map for various charts. More info: https://echarts.apache.org/en/option.html#visualMap
Protobuf type google.cloud.chronicle.v1.VisualMapType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
VISUAL_MAP_TYPE_UNSPECIFIED
Value: 0
Visual map type is not specified
Generated from protobuf enum VISUAL_MAP_TYPE_UNSPECIFIED = 0;
CONTINUOUS
Value: 1
Continuous visual map
Generated from protobuf enum CONTINUOUS = 1;
PIECEWISE
Value: 2
Piecewise visual map
Generated from protobuf enum PIECEWISE = 2;

