There was an error while loading. Please reload this page.
1 parent 97909e9 commit fdf43ffCopy full SHA for fdf43ff
presalytics/lib/widgets/chart.py
@@ -183,6 +183,7 @@ def standalone_html(self) -> str:
183
var width = document.querySelector('#chart').offsetWidth;
184
var newHeight = width * aspectRatio;
185
chart.resize({width: newHeight});
186
+ chart.internal.selectChart.style('max-height', 'none');
187
}
188
189
const observer = new ResizeObserver(c3Resize);
0 commit comments