Skip to content

Commit e807fbb

Browse files
use mark
1 parent bfc527f commit e807fbb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ pub mod prelude {
5353
pub use crate::core::conversion::IntoLayered;
5454
pub use crate::core::data::{ColumnVector, Dataset, IntoColumn, ToDataset};
5555
pub use crate::datasets::load_dataset;
56+
pub use crate::mark::{
57+
area::MarkArea, bar::MarkBar, boxplot::MarkBoxplot, errorbar::MarkErrorBar, line::MarkLine,
58+
point::MarkPoint, rect::MarkRect, rule::MarkRule, text::MarkText, tick::MarkTick,
59+
};
5660
pub use crate::render::line_renderer::PathInterpolation;
5761
pub use crate::scale::{Expansion, Scale};
5862
pub use crate::theme::Theme;

0 commit comments

Comments
 (0)