superset/superset-frontend/packages
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
..
generator-superset chore(frontend-tests): Spelling (#19853) 2022-04-26 10:35:01 -07:00
superset-ui-chart-controls feat(explore): UX changes in fast viz switcher (#20848) 2022-07-26 08:44:17 +02:00
superset-ui-core chore: Feature flag for embedding charts (#20804) 2022-07-26 17:55:44 +03:00
superset-ui-demo fix(plugin-chart-pivot-table): Invalid Formats Date Fields (#20909) 2022-07-28 22:56:08 -07:00
superset-ui-switchboard chore: Removes no-use-before-define warnings (#20298) 2022-06-13 07:44:34 -03:00