Download/Export HeatMap ngx swimlane char as image.
Refer plunker url https://plnkr.co/edit/2rtX5cueg2hlzmztUbkH?p=preview
Need any option/property to download the chart as image
Code`
export class App {
//single: any[];
multi: any[];
// Size to be displayed
view: any[] = [1000, 400];
// options
showXAxis = true;
showYAxis = true;
gradient = false;
showLegend = true;
showXAxisLabel = true;
xAxisLabel = 'Hour';
showYAxisLabel = true;
yAxisLabel = 'Days';
}