taffy-coustom-ui
Version:
15 lines (13 loc) • 501 B
HTML
<div class="container">
<div id="heatmap">
<jqxHeatMap #myHeatMap [xAxis]="xAxis" [yAxis]="yAxis" [source]="data"
[title]="'Car sales revenue per employee(in 1000 €)'">
</jqxHeatMap>
</div>
<div id="legend-position">
<label for="jqxdropdownlist">Legend Position:</label>
<jqxDropDownList #myDropDownList (onChange)="setLegendPosition($event)" [width]="100" [dropDownHeight]="120"
[source]="source" [selectedIndex]="0">
</jqxDropDownList>
</div>
</div>