Commit Graph

10391 Commits

Author SHA1 Message Date
gordern
dab8a4be4b fix(plugin-chart-echarts): funnel chart improvements (#1110)
* feat(plugin-chart-echarts): opt funnel

1: force row_limit default value success by onInit function; 2: rm "show labels"; 3: rm label's
textBorderColor; 4: rm "Funnel shape"; 5: rm "legend type"

* fix(plugin-chart-echarts): fix method shorthand (object shorthand)
2021-11-26 11:47:09 +08:00
gordern
f73b9a4cf8 feat(plugin-chart-echarts): sort by metric checkbox check by default (#1111) 2021-11-26 11:47:09 +08:00
Ville Brofeldt
8fcf38d843 chore: publish v0.17.48 2021-11-26 11:47:09 +08:00
Michael S. Molina
0eaa79dc1e chore: removes react-bootstrap (#1108) 2021-11-26 11:47:09 +08:00
Yongjie Zhao
e6673f3423 chore: publish v0.17.47 2021-11-26 11:47:09 +08:00
Yaozong Liu
2fa01f7975 feat(plugin-chart-echarts): Enhancements of treemap tooltip (#1103)
* fix(plugin-chart-echarts): enhancements for the treemap

* fix(plugin-chart-echarts): use '▸' to replace '/', filter empty string
2021-11-26 11:47:09 +08:00
Ville Brofeldt
92b7693720 chore: publish v0.17.46 2021-11-26 11:47:09 +08:00
Ville Brofeldt
a622b1d70e fix(core): clean up datatype logic (#1102) 2021-11-26 11:47:09 +08:00
Ville Brofeldt
e51f034317 fix: use proper time grain when using native filters or filter box (#1104) 2021-11-26 11:47:08 +08:00
Evan Rusackas
379aeb8927 chore: publish v0.17.45 2021-11-26 11:47:08 +08:00
Yaozong Liu
012e5dcbc0 feat(plugin-chart-echarts): Echarts Treemap (#1094)
* feat(plugin-chart-echarts): add echarts treemap plugin

* fix(plugin-chart-echarts): add sort descending

* fix(plugin-chart-echarts): add label position and set clear before setOption

* fix(plugin-chart-echarts): metric -> metrics

* fix(plugin-chart-echarts): change thumbnail.

* fix(plugin-chart-echarts): fix treemap transformProps test

* fix(plugin-chart-echarts): clear nouse types

* fix(plugin-chart-echarts): storybook data

* fix(plugin-chart-echarts): remove features

* fix(plugin-chart-echarts): add forceClear

* fix(plugin-chart-echarts): change storybook data

* fix(plugin-chart-echarts): enhancements

* fix(plugin-chart-echarts): enhancements for color and fix ci
2021-11-26 11:47:08 +08:00
gordern
e994fc0802 fix(plugin-chart-echarts): add orderby to funnel chart (#1099)
* fix(plugin-chart-echarts): add orderby

fix https://github.com/apache/superset/issues/14534

* feat(plugin-chart-echarts): set orderby default value is true
2021-11-26 11:47:08 +08:00
Ville Brofeldt
8d45a17923 fix(legacy-plugin-chart-horizon): error on missing groupby (#1100) 2021-11-26 11:47:08 +08:00
jwhuang11
ac7dfada0e feat(legacy-plugin-chart-country-map): added indonesia map (#1088)
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <lim@MacBook-Pro.local>
2021-11-26 11:47:08 +08:00
Ville Brofeldt
902fcf42ce feat(plugin-chart-echarts): hide/show dependent controls (#1097) 2021-11-26 11:47:08 +08:00
Ville Brofeldt
690c5cef5e chore: publish v0.17.44 2021-11-26 11:47:08 +08:00
Mayur
d1312ab2a8 feat(plugin-chart-echart): New Tree chart (#1018)
* initial

* tests added,1 typing issue present

* remove log

* remove color

* remove duplicate tooltip

* Update plugins/plugin-chart-echarts/src/Tree/transformProps.ts

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* clean

* merge

* optional name column,more tests...

* bug fix

* remove unused imports

* lint

* bug fix

* tying fix

* clean,typing fix

* stories added

* optional metric control

* bigger thumbnail

* optional root node name

* storybokk updated

* children list seperated instead of mutating data,if root node not provided defaault it to node with most children

* remove logs,optimization needed

* find best node if root not provided,use seperate children list to avoid issues if column name is children

* remove unused import

* type fix

* Update transformProps.ts

* Update debugging.md

* better todo

* updated radio button with new signature

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-26 11:47:08 +08:00
Ville Brofeldt
cb76b9dac1 fix: avoid unnecessary rerenders caused by ownState (#1096) 2021-11-26 11:47:07 +08:00
Ville Brofeldt
33198abcfb fix(plugin-chart-table): check if control values are set (#1095) 2021-11-26 11:47:07 +08:00
Jesse Yang
f9f14a1bc7 chore: publish v0.17.43 2021-11-26 11:47:07 +08:00
serenajiang
556cd1cc1f fix(legacy-plugin-chart-sankey): ensure tooltip position is within chart (#1092) 2021-11-26 11:47:07 +08:00
Kamil Gabryjelski
139a067c66 feat(plugin-chart-pivot-table): enable cross filtering (#1083)
* feat(plugin-chart-pivot-table): enable cross filtering

* Fix test

* Fix tests

* Replace `.toEqual` with `.toMatchObject` to fix test

* Use jest.fn() to mock setDataMask

* Code review changes

* Bring back setting ownState
2021-11-26 11:47:07 +08:00
Kamil Gabryjelski
bce9e39f81 feat(plugin-chart-pivot-table): implement barchart highlight (#1089) 2021-11-26 11:47:07 +08:00
Jesse Yang
112beb6533 chore: publish v0.17.42 2021-11-26 11:47:07 +08:00
Jesse Yang
dd5a4bc56b chore: explore more stuff from emotion/react 2021-11-26 11:47:07 +08:00
Jesse Yang
a89b78c112 chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
Jesse Yang
679b82b491 fix(plugin-chart-table): hide column configs when no columns (#1085) 2021-11-26 11:47:06 +08:00
Amit Miran
c86ffd26c5 fix: interactiveGroupBy can works regardless to queryMode 2021-11-26 11:47:06 +08:00
krsnik93
99866e70c5 fix(plugin-chart-echarts): include label length in distance calculation (#1056)
* fix(plugin-chart-echarts): include label length in distance calculation

* bump echarts

Co-authored-by: root <root@superset.ikrsnik.devonly.net>
2021-11-26 11:47:06 +08:00
gordern
639c8bac74 feat(plugin-chart-echarts): echarts funnel chart (#1006)
* fix(plugin-chart-echarts): funnel rebase master

* fix(plugin-chart-echarts): resize thumbnail for Funnel Chart

* fix(plugin-chart-echarts): rm Funnel shape

* fix(plugin-chart-echarts): don't need the sort_by_metric control

* fix(plugin-chart-echarts): add sort and orient into Funnel shape

* refactor: use sharedControls instead of controlOverrides

* fix(plugin-chart-echarts): rm min/max args to use echarts default

* style(plugin-chart-echarts): update funnel thumbnail

* style(plugin-chart-echarts): rm unused properties

* fix(plugin-chart-echarts): revert yarn.lock into then one from master

* style(plugin-chart-echarts): add newline at the end of yarn.lock

* style(plugin-chart-echarts): npm run format

n

* style(plugin-chart-echarts): inser final new line to yarn.lock

* fix(demo): update funnel to Funnel

* feat(plugin-chart-echarts): add cross-filter

* feat(plugin-chart-echarts): add cross-filter
2021-11-26 11:47:06 +08:00
Jesse Yang
3d3393cc71 chore: publish v0.17.41 2021-11-26 11:47:06 +08:00
Jesse Yang
85319109a5 feat(plugin-chart-graph): add node/edge size and edge symbol control (#1084)
* feat(plugin-chart-graph): add node/edge size and edge symbol control

* Fix test case
2021-11-26 11:47:06 +08:00
Jesse Yang
6089bcfd89 fix(plugin-chart-table): resize and totals formatting bug (#1082) 2021-11-26 11:47:06 +08:00
Evan Rusackas
5bae6a6110 chore: publish v0.17.40 2021-11-26 11:47:06 +08:00
Evan Rusackas
f72128fadb chore: juggling imports/exports (#1080) 2021-11-26 11:47:06 +08:00
Evan Rusackas
8f9c4ac582 chore: publish v0.17.39 2021-11-26 11:47:06 +08:00
Jesse Yang
08a0d0a324 feat(plugin-chart-table): disable show_totals by default (#1078) 2021-11-26 11:47:06 +08:00
Evan Rusackas
3a1aee7807 chore: adds Emotion's CacheProvider and createCache as exports from Core package (#1073)
* chore: adds CacheProvider and createCache to Core

* chore: re-exporting even more stuff!
2021-11-26 11:47:05 +08:00
Ville Brofeldt
20381251d3 chore: publish v0.17.38 2021-11-26 11:47:05 +08:00
Ville Brofeldt
5f55e0b167 chore(plugin-chart-echarts): bump echarts 5.1.1 (#1074) 2021-11-26 11:47:05 +08:00
Ville Brofeldt
a3bf281929 chore: publish v0.17.37 2021-11-26 11:47:05 +08:00
simcha90
ec45fa5f9d refactor: tick calculation (#1072) 2021-11-26 11:47:05 +08:00
Ville Brofeldt
31ca397c70 fix(plugin-chart-echarts): remove label line if below threshold (#1071) 2021-11-26 11:47:05 +08:00
Ville Brofeldt
d97d706117 chore(plugin-chart-echarts): bump echarts to 5.1.0 (#1062)
* chore(plugin-chart-echarts): bump echarts to 5.1.0

* disable ts error
2021-11-26 11:47:05 +08:00
erik_ritter
58537efc3a chore: publish v0.17.36 2021-11-26 11:47:05 +08:00
Erik Ritter
8d1e28c8bb fix: update yarn.lock (#1067) 2021-11-26 11:47:05 +08:00
Erik Ritter
cc25094b85 feat: add tooltip for full metric names (#1066) 2021-11-26 11:47:05 +08:00
Erik Ritter
cce3486ffd chore: update documentation (#1065) 2021-11-26 11:47:04 +08:00
Ville Brofeldt
ac6e73f58e chore: publish v0.17.35 2021-11-26 11:47:04 +08:00
simcha90
2bb19f16ee feat: groupby filter (#1064) 2021-11-26 11:47:04 +08:00