Renders a multi-series ApexCharts smooth line chart, grouping data rows by series name.
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.
Requires the apexcharts/apexcharts resource script. Each unique value in column 0 becomes a separate line series. Colours are resolved from fullhouse.axion.def_colour_palette and fullhouse.axion.def_colour. Title is suppressed when rendered as a widget.