You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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 asd2.selection
orHTMLElement
, 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...
The text was updated successfully, but these errors were encountered: