Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
v0.22.1 introduced a bug:
now, if
figure.datais undefined, thepluck('type', figure.data)fails. I believe that we should be able to fix this with just aR.has('data', figure)check. We should add some tests that supply figure asNone,{},{'layout': {}}, and{'data': []}