open-science-observatory-ui/src/app/pages/country/country-map.component.html

10 lines
219 B
HTML

<div class="">
<highcharts-chart
[Highcharts]="Highcharts"
[constructorType]="'mapChart'"
[options]="chartMapOptions"
style="width: 100%; height: 200px; display: block;"
></highcharts-chart>
</div>