Visualization
Discriminator field: kind
Data visualization
ColumnChart
kind
:column_chart
Field | Type | Description |
---|---|---|
x |
list * | |
x[] |
ChartField | |
x[] .source |
ChartFieldSource * | |
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
ColumnChartNormalized
kind
:column_chart_normalized
Field | Type | Description |
---|---|---|
x |
list * | |
x[] |
ChartField | |
x[] .source |
ChartFieldSource * | |
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
AreaChart
kind
:area_chart
Field | Type | Description |
---|---|---|
x |
ChartField * | |
x .source |
ChartFieldSource * | |
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
AreaChartNormalized
kind
:area_chart_normalized
Field | Type | Description |
---|---|---|
x |
ChartField * | |
x .source |
ChartFieldSource * | |
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
BarChart
kind
:bar_chart
Field | Type | Description |
---|---|---|
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
x |
list * | |
x[] |
ChartField | |
x[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
BarChartNormalized
kind
:bar_chart_normalized
Field | Type | Description |
---|---|---|
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
x |
list * | |
x[] |
ChartField | |
x[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
ScatterPlot
kind
:scatter_plot
Field | Type | Description |
---|---|---|
x |
ChartField * | |
x .source |
ChartFieldSource * | |
y |
ChartField * | |
y .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring | |
points |
ChartField | |
points .source |
ChartFieldSource * | |
size |
ChartField | |
size .source |
ChartFieldSource * |
PieChart
kind
:pie_chart
Field | Type | Description |
---|---|---|
measures |
ChartField * | |
measures .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
DimensionColoring * | |
coloring .source |
ChartFieldSource * | |
coloring .palette_id |
str * | |
coloring .mounts |
list | |
coloring .mounts[] |
ColorMount | |
coloring .mounts[] .value |
str * | |
coloring .mounts[] .color_idx |
int * |
DonutChart
kind
:donut_chart
Field | Type | Description |
---|---|---|
measures |
ChartField * | |
measures .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
DimensionColoring * | |
coloring .source |
ChartFieldSource * | |
coloring .palette_id |
str * | |
coloring .mounts |
list | |
coloring .mounts[] |
ColorMount | |
coloring .mounts[] .value |
str * | |
coloring .mounts[] .color_idx |
int * |
FlatTable
kind
:flat_table
Field | Type | Description |
---|---|---|
columns |
list * | |
columns[] |
ChartField | |
columns[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
MeasureColoring | |
coloring .source |
ChartFieldSource * | |
coloring .spec |
MeasureColoringSpec * |
Indicator
kind
:indicator
Field | Type | Description |
---|---|---|
field |
ChartField * | |
field .source |
ChartFieldSource * |
LineChart
kind
:line_chart
Field | Type | Description |
---|---|---|
x |
ChartField * | |
x .source |
ChartFieldSource * | |
y |
list * | |
y[] |
ChartField | |
y[] .source |
ChartFieldSource * | |
y2 |
list * | |
y2[] |
ChartField | |
y2[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
DimensionColoring | |
coloring .source |
ChartFieldSource * | |
coloring .palette_id |
str * | |
coloring .mounts |
list | |
coloring .mounts[] |
ColorMount | |
coloring .mounts[] .value |
str * | |
coloring .mounts[] .color_idx |
int * | |
shaping |
DimensionShaping | |
shaping .source |
ChartFieldSource * | |
shaping .mounts |
list | |
shaping .mounts[] |
ShapeMount | |
shaping .mounts[] .value |
str * | |
shaping .mounts[] .shape |
enum/str[auto / dash / dash_dot / dot / long_dash / long_dash_dot / long_dash_dot_dot / short_dash / short_dash_dot_dot / short_dot / solid ] * |
TreeMap
kind
:treemap
Field | Type | Description |
---|---|---|
dimensions |
list * | |
dimensions[] |
ChartField | |
dimensions[] .source |
ChartFieldSource * | |
measures |
ChartField * | |
measures .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
FieldColoring |
PivotTable
kind
:pivot_table
Field | Type | Description |
---|---|---|
columns |
list * | |
columns[] |
ChartField | |
columns[] .source |
ChartFieldSource * | |
rows |
list * | |
rows[] |
ChartField | |
rows[] .source |
ChartFieldSource * | |
measures |
list * | |
measures[] |
ChartField | |
measures[] .source |
ChartFieldSource * | |
sort |
list | |
sort[] |
ChartSort | |
sort[] .source |
ChartFieldSource * | |
sort[] .direction |
enum/str[ASC / DESC ] * |
|
coloring |
MeasureColoring | |
coloring .source |
ChartFieldSource * | |
coloring .spec |
MeasureColoringSpec * |
UnsupportedVisualization
kind
:unsupported
Indicates that visualization can not be managed with API. Only UI. Will not be accepted by modification method - readonly.
Field | Type | Description |
---|---|---|
message |
str * |