You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2 class="viz-group-title viz-sub-group visualizer-src-tab"><?php_e( 'Import data from file', 'visualizer' ); ?><span class="dashicons dashicons-lock"></span></h2>
810
+
<h2 class="viz-group-title viz-sub-group visualizer-src-tab" role="button" tabindex="0"><?php_e( 'Import data from file', 'visualizer' ); ?><span class="dashicons dashicons-lock"></span></h2>
811
811
<div class="viz-group-content">
812
812
<div>
813
813
<p class="viz-group-description"><?phpesc_html_e( 'Select and upload your data file here. Supported formats: CSV, XLSX. The first row should contain the column headings. The second row should contain the series type (string, number, boolean, date, datetime, timeofday).', 'visualizer' ); ?></p>
@@ -837,11 +837,11 @@ public static function _renderTabBasic( $args ) {
<p class="viz-group-description"><?php_e( 'You can choose here to import/synchronize your chart data with a remote JSON source. For more info check <a href="https://docs.themeisle.com/article/1052-how-to-generate-charts-from-json-data-rest-endpoints" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
@@ -967,7 +967,7 @@ public static function _renderTabBasic( $args ) {
<p class="viz-group-description"><?php_e( 'You can choose here to import/synchronize your chart data with a WooCommerce report API. For more info check <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/?shell#reports" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
0 commit comments