.. include:: ../../../../Includes.txt .. _stackedBarViewHelper: :navigation-title: chart.stackedBar ======================================================= StackedBar ViewHelper ======================================================= ViewHelper to include a stackedBar chart. Go to the source code of this ViewHelper: `StackedBarViewHelper.php `_ (GitHub). Arguments ========= .. confval:: id :name: stackedBarId :Type: string :required: true Chart ID .. confval:: data :name: stackedBarData :Type: mixed :required: true Data, or a reference to data .. confval:: options :name: stackedBarOptions :Type: mixed :required: true Options, or a reference to options .. confval:: width :name: stackedBarWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: stackedBarHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a stackedBar Chart --------------------------- .. code-block:: xml ...