I'm using D3 for drawing on the SVG. What I want is to append DOM element or HTML to the D3, like:
task.append(function(model){
//here return html or dom
};
Documentation says it's possible, but unfortunately I can't find any example or found out how to do this myself.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…