Heatmap¶
These schemas specify how the Heatmap visualization is configured and how the data used by the visualization is formatted.
Heatmap configuration¶
Heatmap data volume¶
volume¶
type |
object |
|
patternProperties |
||
|
type |
array |
items |
day_volume¶
type |
object |
|
properties |
||
|
Day to which the volume applies. |
|
type |
string |
|
format |
date |
|
|
Volume value. |
|
type |
number |
|
minimum |
0 |
Heatmap data weather¶
weather¶
type |
object |
|
patternProperties |
||
|
Temperature in degrees Celcius that was measured on the day. |
|
type |
number |