讲师回答 / LuckyYang
<div id="linechart"> <svg>line chart is here</svg></div><div id="areachart"> <svg>area chart is here</svg></div>比如上面的两个div,分别对应了line chart 和 area chart,你首先给每个div定位好,那里面的svg就相对你的div定位了。应该是这样的,你可以试试
2014-11-28
讲师回答 / LuckyYang
有关于属性值的说明文档吗?https://github.com/mbostock/d3/wiki/Selections#attr attr是这样定义的:selection.attr(name[, value]),比如给svg这个selection设置attr,svg.attr("width", 500)那最后就会在html中生成这样的形式 <svg width="500">. attr只是提供了一种方法,让你给某种name赋予一个指,具体attr有什么,那要看你的attr所对应的元素/sele...
2014-11-27
http://css-tricks.com/icon-fonts-vs-svg/
前天听 Chris Coyer 的视频,他说 webfont 已经是 thing of the past 了, SVG 才是未来。D3 要大火,LuckyYang 老师要火啊
前天听 Chris Coyer 的视频,他说 webfont 已经是 thing of the past 了, SVG 才是未来。D3 要大火,LuckyYang 老师要火啊
2014-11-20