We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded3ab4 commit 76506aeCopy full SHA for 76506ae
classes/Visualizer/Render/Sidebar/Type/Pie.php
@@ -102,6 +102,7 @@ protected function _renderPieSettings() {
102
'percentage' => esc_html__( 'The percentage of the slice size out of the total', 'visualizer' ),
103
'value' => esc_html__( 'The quantitative value of the slice', 'visualizer' ),
104
'label' => esc_html__( 'The name of the slice', 'visualizer' ),
105
+ // the below option is undocumented.
106
'none' => esc_html__( 'No text is displayed', 'visualizer' ),
107
),
108
esc_html__( 'The content of the text displayed on the slice.', 'visualizer' )
0 commit comments