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:
@ -65,6 +65,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Version,
|
||||
};
|
||||
|
||||
// Charts
|
||||
bind_command! {
|
||||
Histogram
|
||||
}
|
||||
|
||||
// Filters
|
||||
bind_command! {
|
||||
All,
|
||||
|
Reference in New Issue
Block a user