superset/superset-frontend
Jesse Yang 7b33d5457b
fix: change number format to original value to "~g" (#9608)
Originally it uses " ", which do give the original value, but will
not work when the `getNumberFormatter` in `superset-ui/number-format`
is called for the second time. Because the format will successfully
register as "" [1], but cannot be obtained again via `registry.get()`[2].

[1]: 44ad062dd0/packages/superset-ui-number-format/src/NumberFormatterRegistry.ts (L30)
[2]: dc804b7a70/packages/superset-ui-core/src/models/RegistryWithDefaultKey.ts (L36)
2020-04-22 10:07:37 -07:00
..
branding SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
cypress-base [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
fonts Enforcing linting of LESS (#9356) 2020-04-02 10:10:10 -07:00
images SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
spec [charts] adds new filters ui (#9530) 2020-04-21 12:04:11 -07:00
src fix: change number format to original value to "~g" (#9608) 2020-04-22 10:07:37 -07:00
stylesheets [Dashboard] new listview filters & emotion infra (#9462) 2020-04-13 13:39:55 -07:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.prettierrc SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
babel.config.js [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
cypress_build.sh [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
jest.config.js [Dashboard] new listview filters & emotion infra (#9462) 2020-04-13 13:39:55 -07:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
package-lock.json Bump superset-ui-connection to 0.12.22 (#9602) 2020-04-21 11:36:01 -07:00
package.json Bump superset-ui-connection to 0.12.22 (#9602) 2020-04-21 11:36:01 -07:00
tsconfig.json Build: fix hot reload for charts (#9400) 2020-03-30 09:31:46 -07:00
webpack.config.js [Dashboard] new listview filters & emotion infra (#9462) 2020-04-13 13:39:55 -07:00
webpack.proxy-config.js [Build] Add Github workflows (#9517) 2020-04-14 13:38:09 -07:00