From 984b04e36486b6da2bab1b11c1f18ad2161895e3 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 21 Jun 2019 20:21:16 +0300 Subject: [PATCH] refactor(bubble map): move chart header down --- src/app/pages/maps/bubble/bubble-map.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/maps/bubble/bubble-map.component.ts b/src/app/pages/maps/bubble/bubble-map.component.ts index 6f0ebe91..ffb28bba 100644 --- a/src/app/pages/maps/bubble/bubble-map.component.ts +++ b/src/app/pages/maps/bubble/bubble-map.component.ts @@ -471,7 +471,7 @@ export class BubbleMapComponent implements OnDestroy { title: { text: 'World Population (2011)', left: 'center', - top: 'top', + top: '16px', textStyle: { color: this.bubbleTheme.titleColor, },