superset/superset-frontend/plugins/plugin-chart-pivot-table/src
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
..
images refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
plugin refactor(standardized form data): refine interface and improve code smells (#20518) 2022-06-28 21:09:42 +08:00
react-pivottable fix(plugin-chart-pivot-table): Invalid Formats Date Fields (#20909) 2022-07-28 22:56:08 -07:00
index.ts refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
PivotTableChart.tsx chore: move isAdhocColumn from controls to core (#20529) 2022-06-29 13:09:44 +08:00
types.ts refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00