|
|
@@ -1,7 +1,6 @@ |
|
|
|
<div class="chart-card"> |
|
|
|
<div class="chart-container"> |
|
|
|
<div *ngIf="chartId" id="{{ chartId }}" class="chart-container"></div> |
|
|
|
</div> |
|
|
|
<div *ngIf="chartId" id="{{ chartId }}" class="chart-container"></div> |
|
|
|
|
|
|
|
<p class="chart-text">{{ text }}</p> |
|
|
|
<button class="chart-button">{{ locationTitle1 }}</button> |
|
|
|
<button class="chart-button">{{ locationTitle2 }}</button> |
|
|
|