From cbde9d3f5cc2fce21c664c27024b906dc516fc72 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 20 Jun 2019 13:34:15 +0300 Subject: [PATCH] refactor(bubble map): pass chart directly to card --- src/app/pages/maps/bubble/bubble-map.component.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/pages/maps/bubble/bubble-map.component.ts b/src/app/pages/maps/bubble/bubble-map.component.ts index ceb22e14..6f0ebe91 100644 --- a/src/app/pages/maps/bubble/bubble-map.component.ts +++ b/src/app/pages/maps/bubble/bubble-map.component.ts @@ -10,10 +10,8 @@ import { registerMap } from 'echarts'; styleUrls: ['./bubble-map.component.scss'], template: ` - Bubble Maps - -
-
+ Bubble Maps +
`, })