Skip to content

Commit c37fd48

Browse files
chihsuanmatticbot
authored andcommitted
Charts: add defaultHiddenSeries to seed a series hidden on load (#51458)
* feat: add absolute and set-replacing series visibility setters * feat: add useDefaultHiddenSeries for seeding hidden series at mount * feat: add defaultHiddenSeries to LineChart, AreaChart and BarChart * docs: document the charts hidden-series API * fix: make visibility writes idempotent and re-seed defaults on chart id change * fix: pass legendInteractive flat arg in hidden-series stories * docs: simplify hidden series comments * fix: preserve default hidden series during SSR * fix: refine default hidden series behavior * fix: keep the resolved hidden-series set stable between visibility changes * fix: only hide the keyboard tooltip when the selection actually clears Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/32802210222 Upstream-Ref: Automattic/jetpack@a7744b5
1 parent 9cb1d71 commit c37fd48

7 files changed

Lines changed: 55 additions & 55 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-primitives', 'wp-private-apis', 'wp-rich-text', 'wp-theme', 'wp-url', 'wp-warning'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static'), array('id' => '@wordpress/route', 'import' => 'static')), 'version' => '29b66023caa78702656b');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-primitives', 'wp-private-apis', 'wp-rich-text', 'wp-theme', 'wp-url', 'wp-warning'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static'), array('id' => '@wordpress/route', 'import' => 'static')), 'version' => '504f5ce48f21e6b6133c');

jetpack_vendor/automattic/jetpack-podcast/build/routes/dashboard/content.min.js

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-private-apis', 'wp-rich-text', 'wp-theme', 'wp-warning'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static')), 'version' => '022e03cf3a6c535724fc');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-private-apis', 'wp-rich-text', 'wp-theme', 'wp-warning'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static')), 'version' => '6dfdccc561a461f19a06');

jetpack_vendor/automattic/jetpack-premium-analytics/build/modules/externals/index.min.js

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
'293c13b83c57dba3ffcaf4c9d7af49fc' => $vendorDir . '/wp-php-toolkit/encoding/utf8.php',
1313
'c2c7ec202e84a85f19abab25dd38d82d' => $vendorDir . '/wp-php-toolkit/encoding/compat-utf8.php',
1414
'713ad46f1f515216614131421c1ab59c' => $vendorDir . '/wp-php-toolkit/encoding/utf8-encoder.php',
15+
'3ece6d8ef10b1c2fd398a0c341044be9' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php',
1516
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1617
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
17-
'3ece6d8ef10b1c2fd398a0c341044be9' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php',
1818
'ec471f3ca20b4a3001a1f5146b94c5d9' => $vendorDir . '/wp-php-toolkit/reprint-exporter/src/utils.php',
1919
'700e9f220ab8246703a73d0e5d5d9192' => $vendorDir . '/automattic/wc-calypso-bridge/wc-calypso-bridge.php',
2020
);

vendor/composer/autoload_static.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ10_0_0_alpha
1313
'293c13b83c57dba3ffcaf4c9d7af49fc' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/utf8.php',
1414
'c2c7ec202e84a85f19abab25dd38d82d' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/compat-utf8.php',
1515
'713ad46f1f515216614131421c1ab59c' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/utf8-encoder.php',
16+
'3ece6d8ef10b1c2fd398a0c341044be9' => __DIR__ . '/..' . '/wp-php-toolkit/data-liberation/URL/functions.php',
1617
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
1718
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
18-
'3ece6d8ef10b1c2fd398a0c341044be9' => __DIR__ . '/..' . '/wp-php-toolkit/data-liberation/URL/functions.php',
1919
'ec471f3ca20b4a3001a1f5146b94c5d9' => __DIR__ . '/..' . '/wp-php-toolkit/reprint-exporter/src/utils.php',
2020
'700e9f220ab8246703a73d0e5d5d9192' => __DIR__ . '/..' . '/automattic/wc-calypso-bridge/wc-calypso-bridge.php',
2121
);

vendor/composer/jetpack_autoload_filemap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
'version' => '0.6.2.0',
3131
'path' => $vendorDir . '/wp-php-toolkit/encoding/utf8-encoder.php'
3232
),
33+
'3ece6d8ef10b1c2fd398a0c341044be9' => array(
34+
'version' => '0.6.2.0',
35+
'path' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php'
36+
),
3337
'320cde22f66dd4f5d3fd621d3e88b98f' => array(
3438
'version' => '1.37.0.0',
3539
'path' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php'
@@ -38,10 +42,6 @@
3842
'version' => '1.38.2.0',
3943
'path' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php'
4044
),
41-
'3ece6d8ef10b1c2fd398a0c341044be9' => array(
42-
'version' => '0.6.2.0',
43-
'path' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php'
44-
),
4545
'ec471f3ca20b4a3001a1f5146b94c5d9' => array(
4646
'version' => '0.1.47.0',
4747
'path' => $vendorDir . '/wp-php-toolkit/reprint-exporter/src/utils.php'

0 commit comments

Comments
 (0)