Geomap: refactor and cleanup structures (#52760)

Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
This commit is contained in:
Ryan McKinley
2022-07-25 20:12:20 -04:00
committed by GitHub
co-authored by Adela Almasan
parent 7eabd7c83a
commit 238d761450
15 changed files with 274 additions and 168 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export interface DimensionSupplier<T = any> {
isAssumed?: boolean;
/**
* The fied used for
* The field used for
*/
field?: Field;