Skip to content

Commit

Permalink
Fix "histogram" feature to be all_series rather than all_elements
Browse files Browse the repository at this point in the history
  • Loading branch information
fotonick committed Sep 27, 2024
1 parent 1cd49ec commit 65de107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ default = [
"deprecated_items", "all_series", "all_elements",
"full_palette"
]
all_series = ["area_series", "line_series", "point_series", "surface_series"]
all_elements = ["errorbar", "candlestick", "boxplot", "histogram"]
all_series = ["area_series", "line_series", "point_series", "surface_series", "histogram"]
all_elements = ["errorbar", "candlestick", "boxplot"]

# Tier 1 Backends
bitmap_backend = ["plotters-bitmap", "ttf"]
Expand Down

0 comments on commit 65de107

Please sign in to comment.