superset/superset-frontend
Antonio Rivero Martinez bdcc0a9bcf
fix(charts): Hide Values greater than Max Y Axis Bound on Mixed Time Series with Bar series (#21015)
* Mixed TimeSeries:

- When Bar chart is used as serie type, we need to hide values that are greater than the max Y Axis Bound.

* Mixed Time Series:

- Simplify logic for getOverMaxHiddenFormatter

* Mixed Time Series:

- Add tests for new getOverMaxHiddenFormatter util func
2022-08-22 08:55:09 -06:00
..
.storybook feat: Adds the MetadataBar component (#21090) 2022-08-17 14:39:44 -03:00
cypress-base feat: Add label and tooltip for the color schemes control (#21040) 2022-08-22 10:44:15 +03:00
packages fix(charts): Hide Values greater than Max Y Axis Bound on Mixed Time Series with Bar series (#21015) 2022-08-22 08:55:09 -06:00
plugins fix(charts): Hide Values greater than Max Y Axis Bound on Mixed Time Series with Bar series (#21015) 2022-08-22 08:55:09 -06:00
scripts refactor(monorepo): update plugin dependencies (#17837) 2021-12-22 16:26:12 +08:00
spec feat: Pass dashboard context to explore through local storage (#20743) 2022-07-25 16:44:43 +02:00
src fix(native filters): groupby filter issue (#21084) 2022-08-22 22:15:33 +08:00
tools fix: rm eslint-plugin-translation-vars engine requirement (#20420) 2022-06-17 14:29:57 +08:00
.eslintignore chore: remove config of temporary_superset_ui (#18708) 2022-02-14 16:12:43 +08:00
.eslintrc.js feat: Adds the MetadataBar component (#21090) 2022-08-17 14:39:44 -03:00
.gitignore
.nvmrc
.prettierignore chore: remove config of temporary_superset_ui (#18708) 2022-02-14 16:12:43 +08:00
applitools.config.js feat: Run Applitools on public Storybook (#19852) 2022-05-09 14:17:22 +02:00
babel.config.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
cypress_build.sh
jest.config.js fix: superset-ui/core codes coverage (#20324) 2022-06-09 17:43:42 +08:00
js_build.sh
lerna.json refactor: move superset-ui dependencies to peerDependencies (#17965) 2022-01-11 13:53:37 +08:00
package-lock.json chore(deps): bump jsprim to 1.4.2 (#21104) 2022-08-22 10:55:04 +08:00
package.json chore: Dump all babel libs (#21121) 2022-08-18 12:55:21 +02:00
prettier.config.js
tsconfig.json fix: suppress translation warning in jest (#20404) 2022-06-21 20:38:58 +08:00
webpack.config.js feat: Adds the MetadataBar component (#21090) 2022-08-17 14:39:44 -03:00
webpack.proxy-config.js