.. include:: ../../../../Includes.txt .. _radarViewHelper: :navigation-title: chart.radar ================================ Radar ViewHelper ================================ ViewHelper to include a radar chart. Go to the source code of this ViewHelper: `RadarViewHelper.php `_ (GitHub). Quick Test ========== .. code-block:: xml EXT:sav_charts/Resources/Private/Templates/ChartsExamples/FluidParser/RadarChart.fluid" .. figure:: ../../../../Images/ScreenShots/Charts/radarChart.png :width: 40% Arguments ========= .. confval:: id :name: radarId :Type: string :required: true Chart ID .. confval:: data :name: radarData :Type: mixed :required: true Data, or a reference to data .. confval:: options :name: radarOptions :Type: mixed Options, or a reference to options .. confval:: width :name: radarWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: radarHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a Radar Chart ---------------------- .. code-block:: xml ...