forked from extern/nushell
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:
4
crates/nu-command/src/charting/mod.rs
Normal file
4
crates/nu-command/src/charting/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod hashable_value;
|
||||
mod histogram;
|
||||
|
||||
pub use histogram::Histogram;
|
Reference in New Issue
Block a user