From ba7f5d3dc35c9e92d1a0cbc84d09737e23e60cb4 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 2 Jul 2021 16:30:08 +0000 Subject: [PATCH] feat: tooltip and popover components --- components/landing/Globe.vue | 9 ++- components/landing/Package.vue | 142 --------------------------------- 2 files changed, 8 insertions(+), 143 deletions(-) delete mode 100644 components/landing/Package.vue diff --git a/components/landing/Globe.vue b/components/landing/Globe.vue index 482dba689..c5f884c3f 100644 --- a/components/landing/Globe.vue +++ b/components/landing/Globe.vue @@ -78,7 +78,6 @@ export default { this.globe = new ThreeGlobe() .globeImageUrl(texture) .atmosphereColor("#aaaaaa") - // arcs layer .arcsData(this.arcsData) .arcColor("color") @@ -93,6 +92,14 @@ export default { .hexPolygonResolution(3) .hexPolygonMargin(0.5) .hexPolygonColor(() => `#aaaaaa`) + // labels layer + // .labelsData(this.labelsData) + // .labelLat("lat") + // .labelLng("lng") + // .labelText("text") + // .labelColor("color") + // .labelSize(1.5) + // .labelDotRadius(0.5) // labels layer .labelsData(this.labelsData) diff --git a/components/landing/Package.vue b/components/landing/Package.vue deleted file mode 100644 index 3446b2596..000000000 --- a/components/landing/Package.vue +++ /dev/null @@ -1,142 +0,0 @@ - - -