.. include:: ../../../../Includes.txt .. _polarAreaViewHelper: :navigation-title: chart.polarArea ======================================== PolarArea ViewHelper ======================================== ViewHelper to include a polarArea chart. Go to the source code of this ViewHelper: `PolarAreaViewHelper.php `_ (GitHub). 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 :required: true 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 ...