Renders a multi-series ApexCharts area chart, grouping data rows by series name and applying FullHouse palette colours.
Promotion — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. The query must return three columns: series name (column 0), x-axis value (column 1), and y-axis value (column 2). Field names at indices 1 and 2 are used as the x-axis and y-axis titles. Returns an HTML string with an inline <script> block.
Options read from self._Options JSON.
| Key | Effect |
|---|---|
| (raw value) | If non-empty, used as the default colour array string. Falls back to ['#000000'] when empty. |
Requires the apexcharts/apexcharts resource script. Each unique value in column 0 becomes a separate area series. Colours are resolved from fullhouse.axion.def_colour_palette and fullhouse.axion.def_colour. Title is suppressed when rendered as a widget.