superset/superset-frontend/packages/superset-ui-demo/storybook/stories
Just[in]Do it! 3f124d9d67
fix(plugin-chart-pivot-table): Invalid Formats Date Fields (#20909)
When a custom date field value converted in a string format, some aggregators truncated to the first four digits.
 This is caused by the parseFloat function which converts to first matched number rather than NaN(Not-A-Number) value.
 This commit replaces the parseFloat by Number wrapper to handle this case correctly.
2022-07-28 22:56:08 -07:00
..
plugins fix(plugin-chart-pivot-table): Invalid Formats Date Fields (#20909) 2022-07-28 22:56:08 -07:00
superset-ui-chart refactor(storybok): upgrade to webpack5 in storybook of plugins (#17909) 2022-01-05 10:39:33 +08:00
superset-ui-color chore: migrating storybook jsx to typescript #18100 (#18133) 2022-01-24 14:32:18 +08:00
superset-ui-connection refactor(storybok): upgrade to webpack5 in storybook of plugins (#17909) 2022-01-05 10:39:33 +08:00
superset-ui-number-format chore: migrating storybook jsx to typescript #18100 (#18133) 2022-01-24 14:32:18 +08:00
superset-ui-style chore: migrating storybook jsx to typescript #18100 (#18133) 2022-01-24 14:32:18 +08:00
superset-ui-time-format chore: migrating storybook jsx to typescript #18100 (#18133) 2022-01-24 14:32:18 +08:00