Closed HansKallekleiv closed 5 years ago
Should we implement a webviz.Graph class that inherits dcc.Graph for use in our containers? This would allow us to set e.g. config options such as responsive and modeBarButtonsToRemove for all graphs as default.
responsive
modeBarButtonsToRemove
I think this is something we should do. Related to https://github.com/equinor/webviz-core-components/issues/4 also.
Should we implement a webviz.Graph class that inherits dcc.Graph for use in our containers? This would allow us to set e.g. config options such as
responsive
andmodeBarButtonsToRemove
for all graphs as default.