Saving and rendering

Hi
when rendering hloviews type(holoviews.core.spaces.DynamicMap)
by fig = hv.render(dmap)

the dashboard buttons are not passing to the bokeh element
getting massege:

ERROR:bokeh.core.validation.check:E-1006 (NON_MATCHING_DATA_SOURCES_ON_LEGEND_ITEM_RENDERERS): LegendItem.label is a field, but renderer data sources don’t match: LegendItem(id=‘11300’, …)

any way to solve this exception and have the buttons move to the figure ?
Thanks

Hi @pydspro Holoviews is a separate project maintained by a different team of people. If output from HV is generating this error, then that is an issue with how HV is assembling the Bokeh components. Questions about HV should be directed at the HoloViz Discourse:

https://discourse.holoviz.org

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.