mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-31 14:48:49 +01:00
fix(maps): define height for the map containers (Safari issue)
This commit is contained in:
parent
3536c82de1
commit
01ebcdec8a
6 changed files with 6 additions and 13 deletions
|
|
@ -5,7 +5,7 @@ import { NbThemeService } from '@nebular/theme';
|
|||
selector: 'ngx-bubble-map',
|
||||
styleUrls: ['./bubble-map.component.scss'],
|
||||
template: `
|
||||
<nb-card size="xlarge">
|
||||
<nb-card>
|
||||
<nb-card-header>Bubble Maps</nb-card-header>
|
||||
<nb-card-body>
|
||||
<div echarts [options]="options" class="echarts"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue