.. include:: ../../../../Includes.txt .. _polarAreaViewHelper: :navigation-title: chart.polarArea ======================================== PolarArea ViewHelper ======================================== ViewHelper to include a polarArea chart with `Charts.js`. Go to the source code of this ViewHelper: `PolarAreaViewHelper.php `_ (GitHub). Quick Test ========== .. code-block:: xml EXT:sav_charts/Resources/Private/Templates/ChartsExamples/FluidParser/PolarAreaChart.fluid" .. figure:: ../../../../Images/ScreenShots/Charts/polarAreaChart.png :width: 40% Arguments ========= .. confval:: id :name: polarAreaId :Type: string :required: true Chart ID .. confval:: data :name: polarAreaData :Type: mixed :required: true Data, or a reference to data .. confval:: options :name: polarAreaOptions :Type: mixed Options, or a reference to options .. confval:: width :name: polarAreaWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: polarAreaHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a PolarArea Chart -------------------------- .. code-block:: xml ...