Project

General

Profile

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

    
(1-1/4)