Oxford Roadmapping Class
Oxford Roadmapping Class
Please try this CSS style instead. html, body, .vis-network{ margin:0 auto; padding: 0px; } #mynetwork { position: absolute; margin:0 auto; left: 0px; top: 0px; bottom: 0px; right: 50%; min-height: 100vh;...
Confirmed also here. An active issue with on Panel 1.4.2. Okay if downloaded to 1.3.8. Would love to have this bug fixed.
The issue seemed to be resolved if the following one-line code is restored from panel/template/base.py at line number 146 @philippjfr ```python self._render_variables['template_resources'] = self.resolve_resources() ``` I have noticed the commit...