Commit Graph

769 Commits

Author SHA1 Message Date
Mayur Newase
e4ebd828fe fix(legacy-plugin-chart-histogram): fixes legend overflow (#863)
* fix(legacy-plugin-chart-histogram): fixes legend onverflow

* Update plugins/legacy-plugin-chart-histogram/src/WithLegend.jsx

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

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-26 11:46:46 +08:00
Jesse Yang
286255d85a build: remove nimbus (#847) 2021-11-26 11:46:46 +08:00
Kamil Gabryjelski
b5f5bd1182 fix(legacy-preset-chart-nvd3): make deep copy of queryData (#855)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@polidea.com>
2021-11-26 11:46:45 +08:00
Evan Rusackas
2a9dd04b5f chore: publish v0.15.17 2021-11-26 11:46:45 +08:00
Ville Brofeldt
8c4c4ef020 feat(plugin-chart-echarts): bump to version 5.0 (#852)
merge to test feat: Results table on Explore view #11854
2021-11-26 11:46:45 +08:00
Ville Brofeldt
a6d8f57bce fix(demo): add antd css and implement action hook (#851) 2021-11-26 11:46:45 +08:00
Evan Rusackas
741ea10ad4 refactor: Relocating/renaming various chart controls (#836)
* refactor: relocating/renaming various chart controls

* typo

* Reverting to "additional metadata"
2021-11-26 11:46:45 +08:00
Krist Wongsuphasawat
14b7ad4dea chore: publish v0.15.16 2021-11-26 11:46:45 +08:00
Krist Wongsuphasawat
778a7a5865 fix(legacy-preset-chart-nvd3): time compare and stacked area tooltips (#850)
* fix: time compare tooltip

* refactor: create separate function

* refactor: remove fn

* fix: area chart tooltip
2021-11-26 11:46:45 +08:00
Ville Brofeldt
317ee2289e chore: publish v0.15.15 2021-11-26 11:46:44 +08:00
Ville Brofeldt
a52cd691f0 feat: native filter components (#840)
* feat: add AntD filter components

* add missing files

* add filter hook

* fix hook name

* required thumbnail

* add native filters to where clause

* add isNativeFilter flag to ChartMetadata

* rename native_filters to extra_form_data

* lint

* move hook to SuperChart props

* add NOOP default to setSelectedValues

* replace extra_form_data with override_ and append_

* add support for appending freeform where

* address review comments

* Add default values

* Update packages/superset-ui-core/test/query/processExtraFormData.test.ts

Co-authored-by: Evan Rusackas <evan@preset.io>

* Update packages/superset-ui-core/test/query/processExtraFormData.test.ts

Co-authored-by: Evan Rusackas <evan@preset.io>

* add storybook entry and change width to 100%

* add placeholder

* add default thumbnails

Co-authored-by: Evan Rusackas <evan@preset.io>
2021-11-26 11:46:44 +08:00
Ville Brofeldt
6a42164a57 fix(legacy-plugin-chart-pivot-table): remove nulls from table (#839) 2021-11-26 11:46:44 +08:00
Ville Brofeldt
ad60fddccb chore: publish v0.15.14 2021-11-26 11:46:44 +08:00
Ville Brofeldt
2a81e9fb23 chore: bump mathjs to latest version on all plugins (#832) 2021-11-26 11:46:44 +08:00
Jesse Yang
b351e3de08 chore: publish v0.15.13 2021-11-26 11:46:44 +08:00
Ville Brofeldt
8bfaf4eb0e feat(plugin-chart-echarts): implement event interval and timeseries annotations (#828) 2021-11-26 11:46:44 +08:00
Jesse Yang
5f5e275279 feat(legacy-plugin-chart-sankey): allow sort by metric (#831) 2021-11-26 11:46:44 +08:00
Ville Brofeldt
dc1f82dfce fix: point version badge to npm page (#821) 2021-11-26 11:46:43 +08:00
Ville Brofeldt
6ee2c9af88 chore: publish v0.15.12 2021-11-26 11:46:43 +08:00
Ville Brofeldt
387c863682 feat(plugin-chart-echarts): make groupby optional (#820) 2021-11-26 11:46:43 +08:00
Ville Brofeldt
06ef549122 feat(plugin-chart-echarts): add support for formula annotations (#817)
* feat(plugin-chart-echarts): add support for formula annotations

* address comments
2021-11-26 11:46:43 +08:00
Erik Ritter
85f9cdad0a feat: update time_compare description and choices (#818)
* feat: update time_compare description and choices

* Update NVD3Controls.tsx

* Update controlPanel.jsx
2021-11-26 11:46:42 +08:00
Ville Brofeldt
43dca9e46d chore: publish v0.15.11 2021-11-26 11:46:42 +08:00
Ville Brofeldt
fb30d687b7 fix(plugin-chart-echarts): improve yAxisBounds parsing (#815) 2021-11-26 11:46:42 +08:00
Ville Brofeldt
1d8f559feb fix(plugin-chart-echarts): disable pie chart animation (#816) 2021-11-26 11:46:42 +08:00
Ville Brofeldt
0e20d157df chore: publish v0.15.10 2021-11-26 11:46:42 +08:00
Ville Brofeldt
5217f11902 chore: publish v0.15.9 2021-11-26 11:46:42 +08:00
Ville Brofeldt
fdd806723b fix(plugin-chart-echarts): fix default y axis bounds (#810) 2021-11-26 11:46:42 +08:00
Jesse Yang
16d14fd1f9 chore: publish v0.15.8 2021-11-26 11:46:42 +08:00
Jesse Yang
e5226c9757 fix(legacy-preset-chart-nvd3): custom yAxisFormat for contribution (#808) 2021-11-26 11:46:41 +08:00
Ville Brofeldt
aec2d54b5f chore: publish v0.15.7 2021-11-26 11:46:41 +08:00
Ville Brofeldt
adaa5f89e6 fix(plugin-chart-echarts): improve ECharts visuals (#806)
* feat(plugin-chart-echarts): add truncate y-axis feature

* fix(plugin-chart-echarts): improve ECharts visuals

* add desc ordering

* address comments

* simplify isNaN check
2021-11-26 11:46:41 +08:00
Ville Brofeldt
601af08ce9 chore: publish v0.15.6 2021-11-26 11:46:41 +08:00
Ville Brofeldt
a8a910f516 chore(plugin-chart-echarts): rename boxplot type to whisker_type (#804) 2021-11-26 11:46:41 +08:00
Ville Brofeldt
ae3132892b chore: publish v0.15.5 2021-11-26 11:46:41 +08:00
Ville Brofeldt
88acb6ba9d feat(plugin-chart-echarts): add BoxPlot chart (#801)
* feat(plugin-chart-echarts): add BoxPlot chart

* make headline stand out

* address comments
2021-11-26 11:46:41 +08:00
Ville Brofeldt
fe2b871a10 chore: publish v0.15.4 2021-11-26 11:46:41 +08:00
Ville Brofeldt
5d70fd3946 fix(plugin-chart-echarts): fix incorrect groupby in buildQuery (#800) 2021-11-26 11:46:41 +08:00
Evan Rusackas
3c7320eb10 fix: copying controls from Sankey to Sankey Loop (#797) 2021-11-26 11:46:41 +08:00
Jesse Yang
c79649328a chore: publish v0.15.3 2021-11-26 11:46:40 +08:00
Ville Brofeldt
66e681cbab feat(plugin-chart-echarts): add more robust formatting for series (#783) 2021-11-26 11:46:40 +08:00
Ville Brofeldt
e71af2f2b1 fix(plugin-chart-word-cloud): make colors schemes work (#788) 2021-11-26 11:46:40 +08:00
Ville Brofeldt
e918c04090 feat(plugin-chart-echarts): remove loading from timeseries tooltip (#787) 2021-11-26 11:46:40 +08:00
ʈᵃᵢ
ec1a1a2ec5 fix: update lineMulti when queryData changes (#782) 2021-11-26 11:46:40 +08:00
Jesse Yang
5a91f0a043 chore: publish v0.15.2 2021-11-26 11:46:40 +08:00
Ville Brofeldt
2169a0b37e feat: implement ECharts pie chart (#772) 2021-11-26 11:46:40 +08:00
Jesse Yang
4004eaa281 chore: move all superset-ui/core deps out of peerDependencies (#779) 2021-11-26 11:46:39 +08:00
Jesse Yang
4a3e11c47c chore: publish v0.15.1 2021-11-26 11:46:39 +08:00
Jesse Yang
104c1b597a fix: add back nvd3 missing css (#776) 2021-11-26 11:46:39 +08:00
Jesse Yang
1862341226 refactor: convert legacy-plugin-chart-event-flow to typescript (#771)
* refactor: convert legacy-plugin-chart-event-flow to typescript

* retype TimeseriesDataRecord in ECharts
2021-11-26 11:46:39 +08:00