From 99b24d0eac634ddeeec064d1fea1e40876969621 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 7 Oct 2022 15:06:09 +0200 Subject: [PATCH] Add line and point series features for Plotters. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bf9dbb..5cb3328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ version = "4.0.10" [dependencies.plotters] default-features = false -features = ["svg_backend"] +features = ["line_series", "point_series", "svg_backend"] version = "0.3.4" [dependencies.sea-orm]