Line charts. Chart plugin sub command extraction. (#2627)

This commit is contained in:
Andrés N. Robalino
2020-10-01 19:23:10 -05:00
committed by GitHub
parent f0b7ab5ecc
commit ddf9d61346
17 changed files with 664 additions and 65 deletions

View File

@ -114,6 +114,8 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Shells),
whole_stream_command(Enter),
whole_stream_command(Exit),
// Viz
whole_stream_command(Chart),
// Viewers
whole_stream_command(Autoview),
whole_stream_command(Table),