This commit is contained in:
Simon Gardling 2022-02-14 10:09:32 -05:00
parent ad4fadcef3
commit 16a1076857

View File

@ -48,8 +48,7 @@ pub fn draw(
)?;
root.present()?;
let output = chart.into_coord_trans();
Ok((output, area))
Ok((chart.into_coord_trans(), area))
}
// Creates and does the math for creating all the rectangles under the graph