refactor(bubble map): move chart header down

This commit is contained in:
Sergey Andrievskiy 2019-06-21 20:21:16 +03:00
parent e6aaa0f233
commit 984b04e364

View file

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