Commit Graph

9614 Commits

Author SHA1 Message Date
Krist Wongsuphasawat
b46dad3ac7 build: migrate to nimbus and fix build (#319)
* build: change gitignore and update package.json

* fix: importing issues

* fix: missing reference

* build: move buildAssets script

* fix: prettier

* fix: lints jsx-sort-default-props, sort-prop-types

* fix: more lints jsx-sort-default-props, sort-prop-types

* fix: remove all unnecessary eslint-disable

* fix: export default type

* fix: use .forEach instead of for...of

* fix: package.json

* fix: ts issue

* fix: webpack config

* fix: issue with for loop

* fix: parallel coordinates

* fix: parallel coordinates

* fix: add prettier check

Co-Authored-By: Evan Rusackas <evan@preset.io>

* build: change type:dts to type

* fix: bring back Math.pow

* fix: use optional

* fix: bring back .0

* fix: declare word in the loop

* fix: for loop in sunburst

Co-authored-by: Evan Rusackas <evan@preset.io>
2021-11-26 11:45:54 +08:00
Evan Rusackas
652e43021f fix: Making viz components respect D3 Format from metric (#280)
* fix: BigNumber uses metric's d3format value now, when populated.

* fix: respecting D3 Format column for a handful of NVD3 charts

* fix: treemap respects metric's D3 Format setting

* style: Simpler loop syntax using forEach, Prettier cleanup.

* style: prettier

* style: re-installed modules, re-ran prettier

* fix: eslint nits

* style: moving grabD3Format outside the transformProps block

* fix: allow formData to override metric's D3 Format

* style: overwriting yAxisFormat rather than declaring a new var
2021-11-26 11:45:54 +08:00
dependabot-preview[bot]
9f54c062a8 build(deps): bump @data-ui/histogram from 0.0.82 to 0.0.84 (#289)
Bumps [@data-ui/histogram](https://github.com/williaster/data-ui) from 0.0.82 to 0.0.84.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.82...v0.0.84)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:54 +08:00
erik_ritter
765d5be8f1 docs: update changelog 2021-11-26 11:45:54 +08:00
erik_ritter
9e0bb45384 v0.11.11 2021-11-26 11:45:53 +08:00
Grace Guo
e3da248318 fix: JS exception: Cannot read property "dispatch" of undefined (#287) 2021-11-26 11:45:53 +08:00
Evan Rusackas
64c7937ac4 fix: both the CSS and className were expecting true/false strings (#286) 2021-11-26 11:45:53 +08:00
Erik Ritter
929c546ebc fix: apply margins in nvd3 (#283) 2021-11-26 11:45:53 +08:00
Evan Rusackas
7786a41867 fix: GH issue 8669 NVD3 tooltip overflow (#278)
* fix: nvd3 tooltip overflow

* fix: fix build

* Revert "fix: fix build"

This reverts commit 44532e9a5d48d5d4204542e9cb468ebae76b4d85.

* build: updating build-config package

* fix: adds newline to css file
2021-11-26 11:45:53 +08:00
Devin Stein
8dbdf57b44 docs: fix main README grammatical error (#271) 2021-11-26 11:45:53 +08:00
Krist Wongsuphasawat
101b83cb0d v0.11.10 2021-11-26 11:45:53 +08:00
Krist Wongsuphasawat
580c2eca4a build: bump build tools (#269) 2021-11-26 11:45:53 +08:00
Krist Wongsuphasawat
a8a1788a78 docs: update changelog 2021-11-26 11:45:53 +08:00
Krist Wongsuphasawat
cc05d601f4 v0.11.9 2021-11-26 11:45:53 +08:00
dependabot-preview[bot]
297da9e0cc build(deps): bump @data-ui/event-flow from 0.0.82 to 0.0.84 (#266)
Bumps [@data-ui/event-flow](https://github.com/williaster/data-ui) from 0.0.82 to 0.0.84.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.82...v0.0.84)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:52 +08:00
Krist Wongsuphasawat
c8a9c68fa7 build: fix dependencies 2021-11-26 11:45:52 +08:00
Krist Wongsuphasawat
1c2b003c3c fix: minor wordcloud update 2021-11-26 11:45:52 +08:00
Krist Wongsuphasawat
b6e3fdffa6 feat(plugin-chart-word-cloud): convert word cloud to use encodable (#258)
* feat: convert word cloud to use encodable

* fix: minor bugs

* feat: bump dependencies

* feat: use field

* fix: defaultProps

* fix: unit test

* docs: update storybook

* refactor: move files

* docs: update storybook

* fix: unit test

* fix: address comments
2021-11-26 11:45:52 +08:00
Maxime Beauchemin
7019442a55 fix(legacy-plugin-chart-horizon): horizon chart should scroll when overflowing (#180)
* fix: horizon chart should scroll when overflowing

* fix: rebase and adapt

* fix: lint
2021-11-26 11:45:52 +08:00
Caahlo
8392ad83ef feat: add Liechtenstein to country map chart (#263) 2021-11-26 11:45:52 +08:00
Krist Wongsuphasawat
0449e62a22 v0.11.8 2021-11-26 11:45:52 +08:00
Chris Williams
8d808d85af chore: bump @data-ui/xy-chart@^0.0.84 (#264) 2021-11-26 11:45:52 +08:00
Caahlo
bdf5a601ae feat(legacy-plugin-chart-country-map): add Switzerland to country map chart (#260) 2021-11-26 11:45:52 +08:00
dependabot-preview[bot]
d41c473050 build(deps): bump @data-ui/theme from 0.0.81 to 0.0.82 (#259)
Bumps [@data-ui/theme](https://github.com/williaster/data-ui) from 0.0.81 to 0.0.82.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.81...v0.0.82)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:52 +08:00
Krist Wongsuphasawat
0fa2ecb5a5 refactor: convert word cloud to full react (#240)
* feat: update word cloud to use react

* refactor: remove unused files

* fix: test

* fix: address comments
2021-11-26 11:45:51 +08:00
Krist Wongsuphasawat
f3707f79b4 v0.11.7 2021-11-26 11:45:51 +08:00
Conglei
33e9610301 fix(table): fix rendering boolean (#256) 2021-11-26 11:45:51 +08:00
David Aaron Suddjian
823a661df5 docs: correct links to chart plugins (#255) 2021-11-26 11:45:51 +08:00
Krist Wongsuphasawat
bfb684897d docs: update changelog 2021-11-26 11:45:51 +08:00
Krist Wongsuphasawat
b6f7cf6381 v0.11.6 2021-11-26 11:45:51 +08:00
Conglei
7fff83e6dc fix(table): fix sorting, column width calculation, and text wrapping (#253)
* fix(table): fix issues

* fix(table): fix comments
2021-11-26 11:45:51 +08:00
dependabot-preview[bot]
0da520c191 build(deps): bump @types/dompurify from 0.0.33 to 2.0.0 (#252)
Bumps [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) from 0.0.33 to 2.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:51 +08:00
Krist Wongsuphasawat
b785b20b97 feat: improve table performance (#246)
* feat: optimize table rendering

* fix: memoize

* fix: more opti

* fix: bug

* fix: render 0

* fix: return type

* Update HTMLRenderer.tsx
2021-11-26 11:45:51 +08:00
Krist Wongsuphasawat
39a8c79ac6 docs: update table example to test larger dataset 2021-11-26 11:45:50 +08:00
Maxime Beauchemin
b56b2bb1e2 feat: add india to country_map visualization (#182)
* feat: add india to country_map visualization

India, through a merge conflict of some sort had been left out in the
main repo when country_map was migrated to this repo.

As part of the 0.34.0rc1 release process, this file got flagged as a
potential license issue. Moving it out of the source release and here is
the right thing to do.

* docs: enable country map

* fix: import india

* build: disable geojson parsing

* fix: import

* build: disable country map storybook
2021-11-26 11:45:50 +08:00
Krist Wongsuphasawat
b2fc33c9b1 v0.11.5 2021-11-26 11:45:50 +08:00
Krist Wongsuphasawat
f01d32d6d1 fix: lint 2021-11-26 11:45:50 +08:00
Krist Wongsuphasawat
6ca9d8f56d fix: lint 2021-11-26 11:45:50 +08:00
dependabot-preview[bot]
381a16e8ed build(deps): bump @data-ui/histogram from 0.0.81 to 0.0.82 (#250)
Bumps [@data-ui/histogram](https://github.com/williaster/data-ui) from 0.0.81 to 0.0.82.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.81...v0.0.82)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:50 +08:00
ʈᵃᵢ
ade25f4c2c fix: pass all props to transformProps in LineMulti chart (#247) 2021-11-26 11:45:49 +08:00
dependabot-preview[bot]
180c72b47d build(deps): bump @data-ui/xy-chart from 0.0.81 to 0.0.82 (#248)
Bumps [@data-ui/xy-chart](https://github.com/williaster/data-ui) from 0.0.81 to 0.0.82.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.81...v0.0.82)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:49 +08:00
dependabot-preview[bot]
1621781729 build(deps): bump @data-ui/event-flow from 0.0.81 to 0.0.82 (#249)
Bumps [@data-ui/event-flow](https://github.com/williaster/data-ui) from 0.0.81 to 0.0.82.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.81...v0.0.82)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:49 +08:00
Krist Wongsuphasawat
2e2a8e85da build: fix build config 2021-11-26 11:45:49 +08:00
dependabot-preview[bot]
d74394d66e build(deps-dev): bump terser-webpack-plugin from 2.1.3 to 2.2.1 (#244)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.1.3 to 2.2.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.1.3...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:49 +08:00
Krist Wongsuphasawat
5ba5f4c1fe v0.11.4 2021-11-26 11:45:49 +08:00
Conglei
aa9f1c0b89 fix(table): fixed performance issue (#241)
* fix(table): fixed performance issue

* refactor(table): adress comment

* fix(table): address comment

* test(table): fix test
2021-11-26 11:45:49 +08:00
Taeshik Hwang
bd84e26a92 feat: add Korea(South) to Country Maps (#230) 2021-11-26 11:45:49 +08:00
Krist Wongsuphasawat
6c239aff18 build: fix vega-lite dependencies (#239)
* build: fix vega-lite dependencies

* fix: build script
2021-11-26 11:45:49 +08:00
dependabot-preview[bot]
f0b399d8f1 build(deps): bump @vx/axis from 0.0.191 to 0.0.192 (#238)
Bumps [@vx/axis](https://github.com/hshoff/vx) from 0.0.191 to 0.0.192.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.191...v0.0.192)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:49 +08:00
Christoph Lingg
bab5aeb975 fix: change world map color scheme (#215)
fix https://github.com/apache-superset/superset-ui-plugins/issues/53
2021-11-26 11:45:48 +08:00