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, },