Implement histogram command (#5518)

* finish histogram

* adjust comment

* add test for histogram

* add Date to test

* move hashable value back inside chart package
This commit is contained in:
WindSoilder
2022-05-13 19:48:47 +08:00
committed by GitHub
parent 06f40405fe
commit 852de79212
7 changed files with 640 additions and 15 deletions

View File

@ -1,3 +1,4 @@
mod charting;
mod conversions;
mod core_commands;
mod date;
@ -21,6 +22,7 @@ mod strings;
mod system;
mod viewers;
pub use charting::*;
pub use conversions::*;
pub use core_commands::*;
pub use date::*;