【发布时间】:2013-05-23 04:41:21
【问题描述】:
我正在使用the rickshaw library 开发图表。是否有任何选项可以在散点图外部创建标签,标签位于气泡上方,like in this example done with d3.js? Here is my attempt at it on jsFiddle.
.axis path,
.axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
}
【问题讨论】: