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...
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
bindtoargument asd2.selectionorHTMLElement, 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...