Renders an ApexCharts heatmap chart showing DebiCheck data organised by day of the week, using only the primary palette colour.
Promotion — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. Each row in self.data_list represents one series (e.g. a week or time period); column 0 is the series name and column 1 is a comma-separated string of seven values, one per day of the week (Monday through Sunday). The data list is reversed before rendering so the most recent series appears at the top. Returns an HTML string with an inline <script> block.
Requires the apexcharts.js resource script. Data labels are enabled and coloured black. Only the first colour from fullhouse.axion.def_colour_palette is applied. The chart title is embedded in the ApexCharts options (not the outer page title). Title is suppressed in widget mode.