Struct sheets::types::TreemapChartSpec [−][src]
pub struct TreemapChartSpec {}Show 13 fields
pub color_data: Option<ChartData>, pub color_scale: Option<TreemapChartColorScale>, pub header_color: Option<Color>, pub header_color_style: Option<ColorStyle>, pub hide_tooltips: bool, pub hinted_levels: i64, pub labels: Option<ChartData>, pub levels: i64, pub max_value: f64, pub min_value: f64, pub parent_labels: Option<ChartData>, pub size_data: Option<ChartData>, pub text_format: Option<TextFormat>,
Expand description
A Treemap chart.
Fields
color_data: Option<ChartData>
A Treemap chart.
color_scale: Option<TreemapChartColorScale>
A Treemap chart.
header_color: Option<Color>
A Treemap chart.
header_color_style: Option<ColorStyle>
A Treemap chart.
hide_tooltips: bool
A Treemap chart.
hinted_levels: i64
A Treemap chart.
labels: Option<ChartData>
A Treemap chart.
levels: i64
A Treemap chart.
max_value: f64
A Treemap chart.
min_value: f64
A Treemap chart.
parent_labels: Option<ChartData>
A Treemap chart.
size_data: Option<ChartData>
A Treemap chart.
text_format: Option<TextFormat>
A Treemap chart.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TreemapChartSpec
impl Send for TreemapChartSpec
impl Sync for TreemapChartSpec
impl Unpin for TreemapChartSpec
impl UnwindSafe for TreemapChartSpec
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more