mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
HeatmapNG: consolidate frame types & fix color ranging (#51089)
* rename yZeroDisplay -> yMinDisplay * remove heatmap-cells-sparse frame type * parse x bucket size to millis * take into account hideLE & hideGE filters to auto-range color scale * extract cell value range scanning to heatmapData
This commit is contained in:
@@ -429,7 +429,7 @@ func readMatrixOrVectorWide(iter *jsoniter.Iterator, resultType string) *backend
|
||||
histogram.yMin.Labels = valueField.Labels
|
||||
frame := data.NewFrame(valueField.Name, histogram.time, histogram.yMin, histogram.yMax, histogram.count, histogram.yLayout)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: "heatmap-cells-sparse",
|
||||
Type: "heatmap-cells",
|
||||
}
|
||||
if frame.Name == data.TimeSeriesValueFieldName {
|
||||
frame.Name = "" // only set the name if useful
|
||||
@@ -535,7 +535,7 @@ func readMatrixOrVectorMulti(iter *jsoniter.Iterator, resultType string) *backen
|
||||
histogram.yMin.Labels = valueField.Labels
|
||||
frame := data.NewFrame(valueField.Name, histogram.time, histogram.yMin, histogram.yMax, histogram.count, histogram.yLayout)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: "heatmap-cells-sparse",
|
||||
Type: "heatmap-cells",
|
||||
}
|
||||
if frame.Name == data.TimeSeriesValueFieldName {
|
||||
frame.Name = "" // only set the name if useful
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 932 Rows
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,15 +21,15 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.712286008031362 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 932 Rows
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,15 +21,15 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.712286008031362 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -11,13 +11,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -25,13 +25,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -39,13 +39,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -53,13 +53,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -67,13 +67,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[5] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -81,13 +81,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[6] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -95,13 +95,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[7] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -109,13 +109,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[8] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -124,13 +124,13 @@
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 |
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[9] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -138,13 +138,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[10] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 426 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -162,13 +162,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[11] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -177,13 +177,13 @@
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[12] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 6 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -197,13 +197,13 @@
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 |
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[13] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 269 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -221,13 +221,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[14] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 303 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -245,13 +245,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[15] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 56 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -269,13 +269,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[16] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 41 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -293,13 +293,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[17] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 29 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -317,13 +317,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[18] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 38 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -341,13 +341,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[19] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 195 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -365,13 +365,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[20] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 261 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -389,13 +389,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[21] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 176 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -413,13 +413,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[22] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 255 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -437,13 +437,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[23] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 167 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -461,15 +461,15 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -527,7 +527,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -585,7 +585,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -643,7 +643,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -701,7 +701,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -759,7 +759,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -817,7 +817,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -875,7 +875,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -933,7 +933,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -1001,7 +1001,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -1059,7 +1059,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3252,7 +3252,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3320,7 +3320,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3413,7 +3413,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -4821,7 +4821,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -6399,7 +6399,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -6742,7 +6742,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7010,7 +7010,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7218,7 +7218,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7471,7 +7471,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -8509,7 +8509,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -9877,7 +9877,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -10820,7 +10820,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -12158,7 +12158,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -11,13 +11,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -25,13 +25,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -39,13 +39,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -53,13 +53,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -67,13 +67,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[5] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -81,13 +81,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[6] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -95,13 +95,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[7] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -109,13 +109,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[8] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -124,13 +124,13 @@
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 |
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[9] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -138,13 +138,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[10] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 426 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -162,13 +162,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[11] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -177,13 +177,13 @@
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[12] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 6 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -197,13 +197,13 @@
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 |
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[13] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 269 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -221,13 +221,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[14] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 303 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -245,13 +245,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[15] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 56 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -269,13 +269,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[16] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 41 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -293,13 +293,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[17] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 29 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -317,13 +317,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[18] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 38 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -341,13 +341,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[19] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 195 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -365,13 +365,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[20] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 261 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -389,13 +389,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[21] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 176 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -413,13 +413,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[22] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 255 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -437,13 +437,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[23] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 167 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -461,15 +461,15 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -527,7 +527,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -585,7 +585,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -643,7 +643,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -701,7 +701,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -759,7 +759,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -817,7 +817,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -875,7 +875,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -933,7 +933,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -1001,7 +1001,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -1059,7 +1059,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3252,7 +3252,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3320,7 +3320,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -3413,7 +3413,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -4821,7 +4821,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -6399,7 +6399,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -6742,7 +6742,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7010,7 +7010,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7218,7 +7218,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -7471,7 +7471,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -8509,7 +8509,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -9877,7 +9877,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -10820,7 +10820,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
@@ -12158,7 +12158,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 134 Rows
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,15 +21,15 @@
|
||||
// | 2022-04-14 20:21:08.042 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.392982456140351 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells-sparse"
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 134 Rows
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,15 +21,15 @@
|
||||
// | 2022-04-14 20:21:08.042 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.392982456140351 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "heatmap-cells-sparse"
|
||||
"type": "heatmap-cells"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user