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.
2 parents 18eb26c + 4f20ce7 commit 7730ee4Copy full SHA for 7730ee4
classes/Visualizer/Render/Sidebar/Type/Pie.php
@@ -102,6 +102,8 @@ 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
+ '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