follow up to #4426

This commit is contained in:
Lendemor 2024-11-25 19:49:51 +01:00
parent 51ca89bc5c
commit a4efb60710

View File

@ -255,7 +255,7 @@ const extractPoints = (points) => {
def _render(self):
tag = super()._render()
figure = self.data.to(dict) if self.data is not None else {}
figure = self.data.to(dict) if self.data is not None else Var.create({})
merge_dicts = [] # Data will be merged and spread from these dict Vars
if self.layout is not None:
# Why is this not a literal dict? Great question... it didn't work