Skip to content
Snippets Groups Projects

feat(map_nodelink)

Merged Vink, S.A. (Sjoerd) requested to merge feat/map_nodelink into main
3 files
+ 1
46
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -171,7 +171,7 @@ export class ChoroplethLayer extends CompositeLayer<LayerProps> {
}
renderLayers() {
const { graph, config, visible, hoverObject, isSelecting, getNodeLocation } = this.props;
const { graph, config, hoverObject, isSelecting, getNodeLocation } = this.props;
const { data, selected } = this.state;
const layers: any = [];
Loading