我真的想做更新的折线图,我正在下面研究
https://gist.github.com/benjchristensen/1148374
我第一次遇到的一件事是:
graph.append("svg:path").attr("d", line(data));
// or it can be done like this
//graph.selectAll("path").data([data]).enter().append("svg:path").attr("d", line);
SVG:路径?这是什么意思?
答案 0 :(得分:1)
简短的回答:你不需要" svg:"这些天来。
长答案:它是混合类型文档的XML命名空间(例如,XHTML和SVG):https://en.wikipedia.org/wiki/XML_namespace