pub trait View { // Required method fn to_svg(&self) -> Group; }
View contains data representation on a chart.