mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
refactor(bubble map): pass chart directly to card
This commit is contained in:
parent
cce9d3f396
commit
cbde9d3f5c
1 changed files with 2 additions and 4 deletions
|
|
@ -10,10 +10,8 @@ import { registerMap } from 'echarts';
|
|||
styleUrls: ['./bubble-map.component.scss'],
|
||||
template: `
|
||||
<nb-card>
|
||||
<nb-card-header>Bubble Maps</nb-card-header>
|
||||
<nb-card-body>
|
||||
<div echarts [options]="options" class="echarts"></div>
|
||||
</nb-card-body>
|
||||
<nb-card-header>Bubble Maps</nb-card-header>
|
||||
<div echarts [options]="options" class="echarts"></div>
|
||||
</nb-card>
|
||||
`,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue