// Here we show a small card with a vertical layout
// The two charts in the card
// The number of user points as a metric
"query_id": "666" // SELECT @count FROM UserPoint
// Bars showing a history of the number of user points
// We do use the format-dates transformation to display
// friendly dates instead of timestamps
"type": "collection_volumes",
"dimension_filter_clauses": {
"dimension_name": "datamart_id",
"dimension_name": "collection",
"format": "YYYY-MM-DD HH:mm"
// We hide axis to have a nice little chart only showing trends
// with the ability for the user to get values by hovering the bars