Renders a treemap chart using the ApexCharts library with hardcoded demo data.
Promotion — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns an HTML <div> and inline <script> that initialise an ApexCharts treemap chart. The chart renders a single hardcoded dataset of 13 city-population entries. Additional chart configuration is appended from self._Options.
Options read from self._Options raw string, appended directly into the ApexCharts options object.
Requires apexcharts/apexcharts. This report renders demo data and is intended as a template for a data-driven treemap.