Renders a single-series ApexCharts smooth line chart using colours sourced from the FullHouse colour palette.
Promotion — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. The chart data is taken from self.data_list, where each row supplies an x-value (column 0) and a y-value (column 1). 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. The chart toolbar is hidden and the curve is set to smooth.