BarsColoring
Discriminator field: kind
Configuration for coloring inline bars in tables.
BarsColoringGradientThresholdThreePoints
kind:gradient_3_points
| Field | Type | Description |
|---|---|---|
palette |
str | |
reversed |
bool | |
min |
str | |
max |
str | |
mid |
str |
BarsColoringGradientAuto
kind:gradient
| Field | Type | Description |
|---|---|---|
palette |
str | |
reversed |
bool | |
gradient_type |
str |
BarsColoringOneColor
kind:one_color
| Field | Type | Description |
|---|---|---|
palette |
str | |
reversed |
bool | |
color |
str |
BarsColoringTwoColors
kind:two_colors
| Field | Type | Description |
|---|---|---|
palette |
str | |
reversed |
bool | |
color_positive |
str | |
color_negative |
str |
BarsColoringGradientThresholdTwoPoints
kind:gradient_2_points
| Field | Type | Description |
|---|---|---|
palette |
str | |
reversed |
bool | |
min |
str | |
max |
str |
Previous
Next