Remove implementsRenderComplete property (#15579)

This commit is contained in:
Tim Roes 2017-12-13 18:44:35 +01:00 committed by GitHub
parent fb583bc460
commit 04c60efe83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 7 deletions

View file

@ -80,6 +80,5 @@ export default function HistogramVisType(Private) {
])
},
hierarchicalData: true,
implementsRenderComplete: true
});
}

View file

@ -39,7 +39,6 @@ function MarkdownVisProvider(Private) {
},
requestHandler: 'none',
responseHandler: 'none',
implementsRenderComplete: true,
});
}

View file

@ -83,7 +83,6 @@ function MetricVisProvider(Private) {
}
])
},
implementsRenderComplete: true,
});
}

View file

@ -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
});
});

View file

@ -39,7 +39,6 @@ VisTypesRegistryProvider.register(function TileMapVisType(Private, getAppState,
},
responseConverter: geoJsonConverter,
responseHandler: 'basic',
implementsRenderComplete: true,
visualization: CoordinateMapsVisualization,
editorConfig: {
collections: {