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 76506ae commit 4f20ce7Copy full SHA for 4f20ce7
classes/Visualizer/Render/Sidebar/Type/Pie.php
@@ -103,6 +103,7 @@ protected function _renderPieSettings() {
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
+ 'value-and-percentage' => esc_html__( 'The quantitative value and percentage of the slice', 'visualizer' ),
107
'none' => esc_html__( 'No text is displayed', 'visualizer' ),
108
),
109
esc_html__( 'The content of the text displayed on the slice.', 'visualizer' )
0 commit comments