-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Labels
Description
I'm trying to show a RadarChart chart inside a custom element (implemented with lit element).
But instead of inside the shadow dom, I see 2 div elements with class="bb" added to the body.
I've tried with specifying the bindto argument as d2.selection or HTMLElement, but it doesn't change anything.
Otherwise, configuration for testing was taken from the basic example at https://naver.github.io/billboard.js/demo/#Chart.RadarChart.
No problems to see on the console, so no idea what could be going wrong...