PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.6.5
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.6.5
4.0.8 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 All 149 releases
← All changes | classes/Visualizer/Render/Sidebar/Graph.php +2 -2 1.6.01.6.5 View file →
@@ -132,9 +132,9 @@
132 132 * @since 1.4.0
133 133 *
134 134 * @access protected
135 135 */
136 - protected function _renderHorizontalAxisGeneratSettings() {
136 + protected function _renderHorizontalAxisGeneralSettings() {
137 137 self::_renderTextItem(
138 138 esc_html__( 'Axis Title', Visualizer_Plugin::NAME ),
139 139 'hAxis[title]',
140 140 isset( $this->hAxis['title'] ) ? $this->hAxis['title'] : '',
@@ -178,9 +178,9 @@
178 178 */
179 179 protected function _renderHorizontalAxisSettings() {
180 180 self::_renderGroupStart( esc_html__( 'Horizontal Axis Settings', Visualizer_Plugin::NAME ) );
181 181 self::_renderSectionStart( esc_html__( 'General Settings', Visualizer_Plugin::NAME ), false );
182 - $this->_renderHorizontalAxisGeneratSettings();
182 + $this->_renderHorizontalAxisGeneralSettings();
183 183 self::_renderSectionEnd();
184 184
185 185 if ( $this->_horizontalGridLines ) {
186 186 self::_renderSectionStart( esc_html__( 'Grid Lines', Visualizer_Plugin::NAME ), false );