Renders a combined ApexCharts bar-and-line chart by splitting the data list in half — the first half becomes a column series and the second half becomes a line series.
Promotion — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. The query result must contain at least three columns: a series label (column 0), an x-axis value (column 1), and a y-axis value (column 2). The field names for columns 1 and 2 are used as the x-axis and y-axis titles respectively. Returns an HTML string with an inline <script> block.
Requires the apexcharts/apexcharts resource script. The data list is split at its midpoint; the first half is rendered as a column type and the second half as a line type. Colours are resolved from fullhouse.axion.def_colour_palette and fullhouse.axion.def_colour. Title is suppressed when rendered as a widget.