mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
6 lines
293 B
HTML
6 lines
293 B
HTML
<counter ng-class="{'positive': targetValue && trendPositive, 'negative': targetValue && !trendPositive}">
|
|
<value>{{counterValue|number}}</value>
|
|
<counter-target ng-if="targetValue">({{targetValue|number}})</counter-target>
|
|
<counter-name>{{visualization.name}}</counter-name>
|
|
</counter>
|