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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VISUAL_MAP_TYPE_UNSPECIFIED
Value: 0Visual map type is not specified
Generated from protobuf enum VISUAL_MAP_TYPE_UNSPECIFIED = 0;
CONTINUOUS
Value: 1Continuous visual map
Generated from protobuf enum CONTINUOUS = 1;
PIECEWISE
Value: 2Piecewise visual map
Generated from protobuf enum PIECEWISE = 2;