Skip to content

Commit 76506ae

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

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
@@ -102,6 +102,7 @@ protected function _renderPieSettings() {
102102
'percentage' => esc_html__( 'The percentage of the slice size out of the total', 'visualizer' ),
103103
'value' => esc_html__( 'The quantitative value of the slice', 'visualizer' ),
104104
'label' => esc_html__( 'The name of the slice', 'visualizer' ),
105+
// the below option is undocumented.
105106
'none' => esc_html__( 'No text is displayed', 'visualizer' ),
106107
),
107108
esc_html__( 'The content of the text displayed on the slice.', 'visualizer' )

0 commit comments

Comments
 (0)