Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个现有的 SVG 元素并且我希望将 Rickshaw.graph() 创建的图表插入到(以前)现有 SVG 元素中的某个(x,y)坐标处,是否可以这样做?
SVG Elements 是元素,所以在<svg:g>你的 svg 样式中添加一个适当transform的 s,并告诉 rickshaw 通过将它作为构造函数传递element给它来渲染它。Rickshaw.Graph
<svg:g>
transform
element
Rickshaw.Graph