The App.Count module executes a dataset and renders the number of hits. Usage:
Example
<OnInit>App.Count.create</OnInit>
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
dataset |
string | Points to a dataset that will loaded |
||
color |
string |
<optional> |
#68B3C8
|
The text color |
iconColor |
string |
<optional> |
#68B3C8r
|
The icon color |
template |
string |
<optional> |
helium/templates/count/count
|
The template responsible for rendering the data |
drillDown |
string |
<optional> |
Point to a dashboard to drilldown to when the widget is clicked |
|
PostRender |
string |
<optional> |
A function that is executed after the rendering |
|
onclick |
string |
<optional> |
A function that is when the widget is clicked |