Sha256: 053f96786d34482b65c27740019719394189f1b0dee905bbcf998385de293fa7
Contents?: true
Size: 811 Bytes
Versions: 7
Compression:
Stored size: 811 Bytes
Contents
<div ng-controller='goal' ng-init="init()"> <style> .goal-label { pointer-events: none } </style> <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> <div style="clear:both"></div> <div goal 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
7 entries across 7 versions & 1 rubygems