pub fn chart_html<'a>( chart: &Chart<'_>, bars: impl IntoIterator<Item = Bar<'a>>, opts: &Emit, ) -> String
A chart as a returned string.