sense-calendar-heatmap
Version:
Qlik Sense Visualization Extension with a diverging color scale. The values are displayed as colored cells per day. Days are arranged into columns by week, then grouped by month and years.
5 lines (4 loc) • 369 B
HTML
<div qv-extension class="qv-object-swr-calendarheatmap">
<swr-simple-table ng-if="$parent.$parent.editmode && layout.isDebug" hyper-cube="hyperCube"></swr-simple-table>
<swr-calendarview class="d3CVDirective" ng-if="!$parent.$parent.editmode || (!layout.isDebug && $parent.$parent.editmode)" cv-data="data" object-id="layout.qInfo.qId"></swr-calendarview>
</div>