mirror of https://gitee.com/bigwinds/arangodb
test
This commit is contained in:
parent
adc948ffe4
commit
b23c5894d3
|
@ -46,7 +46,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="modal-body-right">
|
||||
<div id="pieChart" class="modal-body-right">
|
||||
<svg class="svgFigures"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -80,7 +80,7 @@ var collectionInfoView = Backbone.View.extend({
|
|||
.y(function(d) { return d.value; })
|
||||
.showLabels(true);
|
||||
|
||||
d3.select(".modal-body-right svg")
|
||||
d3.select("#pieChart svg")
|
||||
.datum(self.convertFigures())
|
||||
.transition().duration(1200)
|
||||
.call(chart);
|
||||
|
|
Loading…
Reference in New Issue