mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
HeatmapNG: render exemplars (#49287)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
Ryan McKinley
parent
a3402641d6
commit
4f46c2f75f
@@ -97,7 +97,8 @@ export function bucketsToScanlines(frame: DataFrame): DataFrame {
|
||||
config: xField.config,
|
||||
},
|
||||
{
|
||||
name: 'yMax',
|
||||
// this name determines whether cells are drawn above, below, or centered on the values
|
||||
name: yField.labels?.le != null ? 'yMax' : 'y',
|
||||
type: FieldType.number,
|
||||
values: new ArrayVector(ys),
|
||||
config: yField.config,
|
||||
|
||||
Reference in New Issue
Block a user