File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ use egui::Shape;
99use egui:: Stroke ;
1010use egui:: Ui ;
1111
12- use super :: DEFAULT_FILL_ALPHA ;
13- use crate :: PlotBounds ;
14- use crate :: PlotGeometry ;
15- use crate :: PlotItem ;
16- use crate :: PlotItemBase ;
17- use crate :: PlotPoint ;
18- use crate :: PlotPoints ;
19- use crate :: PlotTransform ;
12+ use crate :: axis :: PlotTransform ;
13+ use crate :: bounds :: PlotBounds ;
14+ use crate :: bounds :: PlotPoint ;
15+ use crate :: colors :: DEFAULT_FILL_ALPHA ;
16+ use crate :: data :: PlotPoints ;
17+ use crate :: items :: PlotGeometry ;
18+ use crate :: items :: PlotItem ;
19+ use crate :: items :: PlotItemBase ;
2020
2121/// A filled area between two lines.
2222///
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pub use crate::items::bar_chart::BarChart;
2626pub use crate :: items:: box_plot:: BoxElem ;
2727pub use crate :: items:: box_plot:: BoxPlot ;
2828pub use crate :: items:: box_plot:: BoxSpread ;
29+ pub use crate :: items:: filled_area:: FilledArea ;
2930pub use crate :: items:: heatmap:: Heatmap ;
3031pub use crate :: items:: line:: HLine ;
3132pub use crate :: items:: line:: VLine ;
You can’t perform that action at this time.
0 commit comments