.. include:: ../../../../Includes.txt .. _echart.gaugeViewHelper: :navigation-title: echart.gauge ================================= Gauge ViewHelper ================================= ViewHelper to include a gauge chart with `Apache ECharts`. Go to the source code of this ViewHelper: `GaugeViewHelper.php `_ (GitHub). Quick Test ========== .. code-block:: xml EXT:sav_charts/Resources/Private/Templates/EChartsExamples/GaugeChart.fluid" .. figure:: ../../../../Images/ScreenShots/ECharts/gaugeChart.png :width: 40% Arguments ========= .. confval:: id :name: echart.gaugeId :Type: string :required: true Chart ID .. confval:: options :name: echart.gaugeOptions :Type: mixed :required: true Options, or a reference to options .. confval:: width :name: echart.gaugeWidth :Type: string :Default: 600 Width value, or a reference to the width value .. confval:: height :name: echart.gaugeHeight :Type: string :Default: 400 Height value, or a reference to the height value Examples ======== Defining a Gauge Chart ----------------------- .. code-block:: xml ...