Skip to content
Snippets Groups Projects

Resolve "Indicate insufficient data"

Merged Karolína Dočkalová Burská requested to merge 3-indicate-insufficient-data into master
Files
9
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
*ngIf="includeInButtonToggle"
*ngIf="includeInButtonToggle"
(click)="toggleChartVisibility()"> {{buttonKeyword}} helper elbow function </button>
(click)="toggleChartVisibility()"> {{buttonKeyword}} helper elbow function </button>
<div [attr.style]="'display: ' + (showChart ? 'block' : 'none')">
<div [attr.style]="'display: ' + (showChart ? 'inline-block' : 'none')">
<div id="chartDiv"></div>
<div id="chartDiv"></div>
<div id="helpDiv">
<div id="helpDiv">
<b>How to use this chart?</b>
<b>How to use this chart?</b>
Loading