Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Apr 28, 2023
1 parent efdb6dd commit ca2aa1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lcviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ class LCviz(ConfigHelper):
'dense_toolbar': False,
'context': {'notebook': {'max_height': '600px'}}},
'toolbar': ['g-data-tools', 'g-subset-tools'],
'tray': ['g-metadata-viewer', 'g-plot-options', 'g-subset-plugin', 'HelloWorldPlugin', 'g-export-plot'],
'tray': [
'g-metadata-viewer', 'g-plot-options', 'g-subset-plugin',
'HelloWorldPlugin', 'g-export-plot'
],
'viewer_area': [{'container': 'col',
'children': [{'container': 'row',
'viewers': [{'name': 'time-viewer',
Expand Down

0 comments on commit ca2aa1c

Please sign in to comment.