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()?; root.present()?;
let output = chart.into_coord_trans(); Ok((chart.into_coord_trans(), area))
Ok((output, area))
} }
// Creates and does the math for creating all the rectangles under the graph // Creates and does the math for creating all the rectangles under the graph