PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.6.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.6.1
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/Gutenberg/src/Components/ChartRender.js +0 -6 3.10.03.6.1 View file →
@@ -60,14 +60,8 @@
60 60 if ( data['visualizer-data-exploded']) {
61 61 footer = __( 'Annotations in this chart may not display here but they will display in the front end.' );
62 62 }
63 63
64 - if ( this.props.chart['visualizer-series'] && 0 <= [ 'date', 'datetime', 'timeofday' ].indexOf( this.props.chart['visualizer-series'][0].type ) ) {
65 - if ( this.props.chart['visualizer-settings'] && '' == this.props.chart['visualizer-settings'].hAxis.format ) {
66 - this.props.chart['visualizer-settings'].hAxis.format = 'YYYY-MM-dd';
67 - }
68 - }
69 -
70 64 return (
71 65 <div className={ this.props.className }>
72 66
73 67 { ( null !== this.props.chart ) &&