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.
1 parent fbdc746 commit 48a9fbbCopy full SHA for 48a9fbb
classes/Visualizer/Render/Sidebar/Type/DataTable.php
@@ -364,7 +364,7 @@ protected function _renderTableSettings() {
364
*/
365
protected function _renderColumnSettings() {
366
self::_renderGroupStart( esc_html__( 'Column Settings', 'visualizer' ) );
367
- for ( $i = 0, $cnt = count( $this->__series ) - 1; $i < $cnt; $i++ ) {
+ for ( $i = 0, $cnt = count( $this->__series ); $i < $cnt; $i++ ) {
368
if ( ! empty( $this->__series[ $i ]['label'] ) ) {
369
self::_renderSectionStart( esc_html( $this->__series[ $i ]['label'] ), false );
370
$this->_renderFormatField( $i );
0 commit comments