.. include:: ../../../../Includes.txt .. _doughnutViewHelper: :navigation-title: chart.doughnut ====================================== Doughnut ViewHelper ====================================== ViewHelper to include a doughnut chart. Go to the source code of this ViewHelper: `DoughnutViewHelper.php `_ (GitHub). Arguments ========= .. confval:: id :name: doughnutId :Type: string :required: true Chart ID .. confval:: data :name: doughnutData :Type: mixed :required: true Data, or a reference to data .. confval:: options :name: doughnutOptions :Type: mixed :required: true Options, or a reference to options .. confval:: width :name: doughnutWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: doughnutHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a Doughnut Chart ------------------------- .. code-block:: xml ...