mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Heatmap: migrate old zero gap to one (#51467)
This commit is contained in:
@@ -43,6 +43,7 @@ export class FrameVectorSource<T extends Geometry = Geometry> extends VectorSour
|
||||
return;
|
||||
}
|
||||
|
||||
//eslint-disable-next-line
|
||||
const field = info.field as Field<Point>;
|
||||
const geometry = new LineString(field.values.toArray().map((p) => p.getCoordinates())) as Geometry;
|
||||
this.addFeatureInternal(
|
||||
|
||||
Reference in New Issue
Block a user