Skip to content

Commit 4f20ce7

Browse files
[Feature Request] Add Both % and Value to Pie Slice #252
1 parent 76506ae commit 4f20ce7

File tree

1 file changed

+1
-0
lines changed
  • classes/Visualizer/Render/Sidebar/Type

1 file changed

+1
-0
lines changed

classes/Visualizer/Render/Sidebar/Type/Pie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ protected function _renderPieSettings() {
103103
'value' => esc_html__( 'The quantitative value of the slice', 'visualizer' ),
104104
'label' => esc_html__( 'The name of the slice', 'visualizer' ),
105105
// the below option is undocumented.
106+
'value-and-percentage' => esc_html__( 'The quantitative value and percentage of the slice', 'visualizer' ),
106107
'none' => esc_html__( 'No text is displayed', 'visualizer' ),
107108
),
108109
esc_html__( 'The content of the text displayed on the slice.', 'visualizer' )

0 commit comments

Comments
 (0)