Renders a multi-series ApexCharts line chart where each unique series name in the data becomes a separate series, without axis label configuration.
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). Returns an HTML string containing a chart div and an inline <script> block.
Requires the apexcharts/apexcharts resource script. Colours are resolved from fullhouse.axion.def_colour_palette and fullhouse.axion.def_colour. Unlike ObjReportApexMultiLine, this variant does not apply x/y axis label substitutions. The chart toolbar is hidden.