dnet45/modules/open-science-observatory-ui/trunk/src/app/pages/countrypage/country-map.component.html @ 58946
1 |
<div class=""> |
---|---|
2 |
<highcharts-chart
|
3 |
[Highcharts]="Highcharts" |
4 |
[constructorType]="'mapChart'" |
5 |
[options]="chartMapOptions" |
6 |
style="width: 100%; height: 200px; display: block;" |
7 |
></highcharts-chart>
|
8 |
</div>
|
9 |
|