mirror of
https://github.com/getredash/redash.git
synced 2025-12-26 21:01:31 -05: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>
|