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.
20 lines (14 loc) • 542 B
text/less
// ----------------------------------------------------------------------------
// This is the main Less-file for all styles you want to create
//
// If you want to include files, use the @import command of Less
//
// All results will be generated to src/lib/style.css if you run
// either the "dev" or "release" Grunt task
// ----------------------------------------------------------------------------
.qv-object-swr-calendarheatmap {
position: absolute;
width: 100%;
height: 100%;
@import "styles.less";
}