Commit Graph

10284 Commits

Author SHA1 Message Date
David Aaron Suddjian
5b9b2b6aec chore: publish v0.17.59 2021-11-26 11:47:14 +08:00
David Aaron Suddjian
1e6c0d29f7 chore: Add new plugin metadata (#1179)
* chore: add new plugin metadata

* inital commit

* capitalization

* Update plugins/legacy-plugin-chart-calendar/src/index.js

* Update plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts

* Update plugins/legacy-plugin-chart-histogram/src/index.js

* edits

* Update plugins/legacy-preset-chart-nvd3/src/Bar/index.js

* fix: single quote

* Update plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>

* Update plugins/legacy-preset-chart-nvd3/src/Bullet/index.js

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>

Co-authored-by: Phillip Kelley-Dotson <pkelleydotson@yahoo.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2021-11-26 11:47:13 +08:00
Yaozong Liu
28003ad4dc fix(plugin-chart-echarts): tree graph tooltip polish (#1182) 2021-11-26 11:47:13 +08:00
maltoze
9227b1e848 fix(core): missing translation (#1144) 2021-11-26 11:47:13 +08:00
Yaozong Liu
25ec1e3d49 fix(plugin-chart-echarts): radar legend control is duplicated (#1180) 2021-11-26 11:47:13 +08:00
David Aaron Suddjian
fb8b7a236d chore(core): adjustments to chart metadata (#1177) 2021-11-26 11:47:13 +08:00
Yaozong Liu
6d10d8305e fix(plugin-chart-echarts): [treemap v2] the section color and disabling the zoom on the explore 2021-11-26 11:47:13 +08:00
Ville Brofeldt
cfe9da4029 chore: publish v0.17.58 2021-11-26 11:47:13 +08:00
Ville Brofeldt
1bd2ff6abd fix(core): remove height and width requirement on SuperChart (#1176)
* fix(core): remove height and width requirement on SuperChart

* simply by removing state
2021-11-26 11:47:13 +08:00
Kamil Gabryjelski
130e8a0214 chore: publish v0.17.57 2021-11-26 11:47:13 +08:00
Kamil Gabryjelski
cb5e9084aa feat(plugin-chart-pivot-table): enable metrics to be used as row groups (#1172) 2021-11-26 11:47:13 +08:00
Ville Brofeldt
8ded6707e5 chore(plugin-chart-echarts): bump echarts to 5.1.2 (#1159) 2021-11-26 11:47:12 +08:00
erik_ritter
5b4b05a499 chore: publish v0.17.56 2021-11-26 11:47:12 +08:00
Ajay M
c39735546e Add ALLOW_FULL_CSV_EXPORT feature flag (#1165) 2021-11-26 11:47:12 +08:00
erik_ritter
483e25b8bd chore: publish v0.17.55 2021-11-26 11:47:12 +08:00
erik_ritter
800b8ebd98 fix: commit yarn lock change for release 2021-11-26 11:47:12 +08:00
Erik Ritter
5c0d196c69 fix: tooltips on nvd3 charts (#1162) 2021-11-26 11:47:12 +08:00
David Aaron Suddjian
516209e669 chore(core): add new fields to metadata class (#1149) 2021-11-26 11:47:12 +08:00
Ville Brofeldt
00617b9442 chore: publish v0.17.54 2021-11-26 11:47:12 +08:00
Ville Brofeldt
2023dc0a49 fix(plugin-chart-echarts): order by timeseries limit metric (#1156) 2021-11-26 11:47:12 +08:00
Yongjie Zhao
6b4480b63f feat: expose form_data to datasourceControl (#1148) 2021-11-26 11:47:12 +08:00
Ville Brofeldt
7bd79d6883 chore: publish v0.17.53 2021-11-26 11:47:11 +08:00
AAfghahi
48aa0c3bb5 changed name to be more descriptive (#1145) 2021-11-26 11:47:11 +08:00
Ville Brofeldt
b9194ad051 fix(plugin-chart-echarts): fix tooltip format in mixed ts chart (#1143) 2021-11-26 11:47:11 +08:00
AAfghahi
47a5f34962 feat: adding to feature flag enum (#1142) 2021-11-26 11:47:11 +08:00
Yaozong Liu
3d3c873f3c feat(plugin-chart-echarts): add x-filtering to treemap (#1115)
* fix(plugin-chart-echarts): add x-filtering to treemap

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

* fix(plugin-chart-echarts): one series at a time

* fix(plugin-chart-echarts): type

* fix(plugin-chart-echarts): color constant
2021-11-26 11:47:11 +08:00
Ville Brofeldt
b912b3fda1 chore: publish v0.17.52 2021-11-26 11:47:11 +08:00
Kamil Gabryjelski
1a4e3e8cc6 feat(core): remove defaults for time range filter and Metrics (#1114)
* feat(core): remove defaults for time range filter and Metrics

* Display errors on all 3 controls

* Fix for raw mode

* Refactor duplicated code
2021-11-26 11:47:11 +08:00
Ville Brofeldt
0a7e2da8cc feat(core): add new feature flags (#1133) 2021-11-26 11:47:11 +08:00
Evan Rusackas
a2b9ba9b64 chore: publish v0.17.51 2021-11-26 11:47:11 +08:00
Kamil Gabryjelski
124cd34153 fix(plugin-chart-pivot-table): fix displaying column labels (#1132) 2021-11-26 11:47:11 +08:00
Yaozong Liu
78c915c464 feat(plugin-chart-echarts): Treemap improvements (#1125)
* fix(plugin-chart-echarts): wip treemap improvements

* fix(plugin-chart-echarts): show % of parent on the tooltip

* fix(plugin-chart-echarts): remove some unuse code

* fix(plugin-chart-echarts): fix order by clause

* fix(plugin-chart-echarts): change metrics to metric

* fix(plugin-chart-echarts): ci
2021-11-26 11:47:10 +08:00
Ville Brofeldt
2511c84bf8 chore: publish v0.17.50 2021-11-26 11:47:10 +08:00
Kamil Gabryjelski
c461abbdeb feat(chart-controls): implement drag&drop controls for all charts (#1127)
* feat(chart-controls): implement drag&drop controls for all charts

* Split stacked controls into separate rows
2021-11-26 11:47:10 +08:00
Ville Brofeldt
a6cfaffa35 feat(core): add support for case insensitive LIKE operator (#1129) 2021-11-26 11:47:10 +08:00
gordern
32ebeff93b feat(plugin-chart-echarts): add orderby on Radar chart (#1112)
* feat(plugin-chart-echarts): add SORT BY metrics to Radar

* fix(plugin-chart-echarts): use timeseries_limit_metric to metrics orderby
2021-11-26 11:47:10 +08:00
Evan Rusackas
ade57cf991 fix: making location of sorting arrows in Table more consistent. (#1124) 2021-11-26 11:47:10 +08:00
Yongjie Zhao
6675e60280 feat: add orderby shared control (#1122) 2021-11-26 11:47:10 +08:00
Ville Brofeldt
25318c38bc chore: publish v0.17.49 2021-11-26 11:47:10 +08:00
Ville Brofeldt
c2c84da6f0 feat(core): add support for empty results and refresh indicator (#1121)
* feat(core): add support for empty results and refresh indicator

* add workaround for reselect limitation

* fix tests, add new test and disable typing for ChartProps.ts
2021-11-26 11:47:10 +08:00
Michael S. Molina
a60771f509 fix: Fixes metric control when changing viz type to tree chart (#1116) 2021-11-26 11:47:10 +08:00
Yaozong Liu
62ec367457 fix(plugin-chart-echarts): 'SORT BY METRIC' add checkbox to Gauge (#1113) 2021-11-26 11:47:09 +08:00
Yaozong Liu
b6f2df9583 fix(plugin-chart-echarts): disabling dragging treemap on the dashboard (#1109) 2021-11-26 11:47:09 +08:00
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