Calysto / metakernel

Jupyter/IPython Kernel Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CombinedPlot broken

scottdraves opened this issue · comments

new CombinedPlot() << new Plot()

results in

plotScope.js:2135 Uncaught (in promise) TypeError: plotContainer.resizable is not a function
    at PlotScope.init (http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:20757:20)
    at CombinedPlotScope.runChildChart (http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:64059:19)
    at Array.forEach (native)
    at CombinedPlotScope.runChildCharts (http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:64040:18)
    at CombinedPlotScope.init (http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:63899:11)
    at child.initCombinedPlot (http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:177:19)
    at http://localhost:8888/nbextensions/beakerx/index.js?v=20170523105704:147:17
    at <anonymous>

sorry wrong repo!