mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove implementsRenderComplete property (#15579)
This commit is contained in:
parent
fb583bc460
commit
04c60efe83
5 changed files with 0 additions and 7 deletions
|
@ -80,6 +80,5 @@ export default function HistogramVisType(Private) {
|
|||
])
|
||||
},
|
||||
hierarchicalData: true,
|
||||
implementsRenderComplete: true
|
||||
});
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ function MarkdownVisProvider(Private) {
|
|||
},
|
||||
requestHandler: 'none',
|
||||
responseHandler: 'none',
|
||||
implementsRenderComplete: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -83,7 +83,6 @@ function MetricVisProvider(Private) {
|
|||
}
|
||||
])
|
||||
},
|
||||
implementsRenderComplete: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ VisTypesRegistryProvider.register(function RegionMapProvider(Private, regionmaps
|
|||
return VisFactory.createBaseVisualization({
|
||||
name: 'region_map',
|
||||
title: 'Region Map',
|
||||
implementsRenderComplete: true,
|
||||
description: 'Show metrics on a thematic map. Use one of the provide base maps, or add your own. ' +
|
||||
'Darker colors represent higher values.',
|
||||
category: CATEGORY.MAP,
|
||||
|
@ -87,5 +86,3 @@ VisTypesRegistryProvider.register(function RegionMapProvider(Private, regionmaps
|
|||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ VisTypesRegistryProvider.register(function TileMapVisType(Private, getAppState,
|
|||
},
|
||||
responseConverter: geoJsonConverter,
|
||||
responseHandler: 'basic',
|
||||
implementsRenderComplete: true,
|
||||
visualization: CoordinateMapsVisualization,
|
||||
editorConfig: {
|
||||
collections: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue