Trait charts::BaseOption[][src]

pub trait BaseOption {
    fn animation(&self) -> &AnimationOptions;
fn colors(&self) -> &Vec<Fill>;
fn title(&self) -> &TitleOptions;
fn legend(&self) -> &LegendOptions;
fn tooltip(&self) -> &TooltipOptions;
fn background(&self) -> &Fill; }

Required methods

Loading content...

Implementors

Loading content...