Monthly active users
Monthly active users, with a gap where a month has no data.
Monthly active users
examples/monthly-trend.json{
"schemaVersion": 1,
"type": "line",
"title": "Monthly active users",
"description": "Usage grew through May. April has no reported value and is shown as a gap.",
"source": "Example data",
"categoryAxis": {
"title": "Month"
},
"valueAxis": {
"title": "Active users",
"format": "number"
},
"data": [
{
"label": "January",
"value": 1200
},
{
"label": "February",
"value": 1460
},
{
"label": "March",
"value": 1390
},
{
"label": "April",
"value": null
},
{
"label": "May",
"value": 1810
},
{
"label": "June",
"value": 2050
}
]
}Source: Example data
Show chart data
| Category | Value |
|---|---|
| January | 1200 |
| February | 1460 |
| March | 1390 |
| April | Missing |
| May | 1810 |
| June | 2050 |