Renders a multi-series radar (spider) chart using the ApexCharts library.
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 radar chart. The chart currently renders three hardcoded sample series. Additional chart options are appended from self._Options. The x-axis categories are hardcoded as years 2011–2016.
Options read from self._Options raw string, appended directly into the ApexCharts options object after the series definition.
Requires apexcharts/apexcharts. This report renders demo data and is intended as a template for customisation rather than a data-driven radar chart.