Sha256: 29e0bc5b5e8a974b25a2bd3b0d64052c3ace4dc7c7e14be950f68e70d7202c69
Contents?: true
Size: 767 Bytes
Versions: 5
Compression:
Stored size: 767 Bytes
Contents
<div ng-controller='pie' ng-init="init()"> <div ng-show="panel.legend == 'above'" ng-repeat="query in legend" style="float:left;padding-left: 10px;"> <span ng-show="panel.chart != 'none'"><i class="icon-circle" ng-style="{color:query.color}"></i></span><span class="small"> {{query.label}} ({{query.data[0][1]}}) </span></span> </div><br> <div style="clear:both"></div> <div pie class="pointer" params="{{panel}}" style="position:relative"></div> <div ng-show="panel.legend == 'below'" ng-repeat="query in legend" style="float:left;padding-left: 10px;"> <span ng-show="panel.chart != 'none'"><i class="icon-circle" ng-style="{color:query.color}"></i></span><span class="small"> {{query.label}} ({{query.data[0][1]}}) </span></span> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems