javascript - How to append a css checkbox into d3 visualization -
i have created checkbox in css using filter data in visualization. working correctly, except checkbox not appended svg. have been positioning using css code.
how can solve checkbox appended visualization itself?
the css code:
label { position: absolute; top: 57px; left: 105px; color: black; }
when try append checkbox svg, erases else: svg.append(d3.select("label"))
Comments
Post a Comment