PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.0.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.0.3
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Source/Csv.php +0 -3 3.1.12.0.3 View file →
@@ -82,11 +82,8 @@
82 82 }
83 83
84 84 for ( $i = 0, $len = count( $labels ); $i < $len; $i++ ) {
85 85 $default_type = $i == 0 ? 'string' : 'number';
86 -
87 - $labels[ $i ] = $this->toUTF8( $labels[ $i ] );
88 -
89 86 $this->_series[] = array(
90 87 'label' => $labels[ $i ],
91 88 'type' => isset( $types[ $i ] ) ? $types[ $i ] : $default_type,
92 89 );