This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-09 19:59:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0e5f4d88c5
nushell
/
crates
/
nu_plugin_chart
/
src
/
lib.rs
6 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Line charts. Chart plugin sub command extraction. (#2627)
2020-10-02 00:23:10 +00:00
mod
bar
;
mod
line
;
Bar Chart baseline. (#2621) Bar Chart ready.
2020-09-30 18:27:52 +00:00
mod
nu
;
Line charts. Chart plugin sub command extraction. (#2627)
2020-10-02 00:23:10 +00:00
pub
use
nu
::
{
ChartBar
,
ChartLine
}
;
Reference in a new issue
Copy permalink