.. include:: ../../../../Includes.txt .. _echart.funnelViewHelper: :navigation-title: echart.funnel =================================== Funnel ViewHelper =================================== ViewHelper to include a funnel chart with `Apache ECharts`. Go to the source code of this ViewHelper: `FunnelViewHelper.php `_ (GitHub). Quick Test ========== .. code-block:: xml EXT:sav_charts/Resources/Private/Templates/EChartsExamples/FunnelChart.fluid" .. figure:: ../../../../Images/ScreenShots/ECharts/funnelChart.png :width: 40% Arguments ========= .. confval:: id :name: echart.funnelId :Type: string :required: true Chart ID .. confval:: options :name: echart.funnelOptions :Type: mixed :required: true Options, or a reference to options .. confval:: width :name: echart.funnelWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: echart.funnelHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a Funnel Chart ----------------------- .. code-block:: xml ...