Renders a single-series ApexCharts bar 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 container div and an inline <script> block.
Requires the apexcharts/apexcharts resource script. Chart colours are resolved at runtime from fullhouse.axion.def_colour_palette and fullhouse.axion.def_colour. The chart toolbar is hidden. Title is suppressed when the report is rendered as a widget (self._Aswidget == 'Y').