Yongjie Zhao
|
b8d9208b6e
|
feat(standardized form data): keep all columns and metrics (#20377)
(cherry picked from commit bbbe102887)
|
2022-06-28 14:21:25 -03:00 |
|
Yongjie Zhao
|
dd4b581fb5
|
feat: standardized form_data (#20010)
|
2022-06-05 21:05:01 +08:00 |
|
Stephen Liu
|
35e6e2709c
|
fix(plugin-chart-echarts): tooltip of big number truncated at then bottom (#20029)
|
2022-05-13 22:51:42 +08:00 |
|
Michael S. Molina
|
c4c714fffb
|
chore: Removes hard-coded colors from the plugins - iteration 2 (#20006)
* chore: Removes hard-coded colors from the plugins - iteration 2
* Fixes lint errors
|
2022-05-12 10:12:17 -03:00 |
|
Stephen Liu
|
e3a54aa3c1
|
feat(explore): improve UI in the control panel (#19748)
* feat(explore): improve section header of control panel
* fix checkbox control color and radio button color
|
2022-04-20 15:06:33 +02:00 |
|
Yongjie Zhao
|
2daa071633
|
fix: big number with trendline can't calculate cumsum (#19542)
|
2022-04-06 19:23:01 +08:00 |
|
Yongjie Zhao
|
375c03e084
|
feat(advanced analysis): support MultiIndex column in post processing stage (#19116)
|
2022-03-23 13:46:28 +08:00 |
|
Stephen Liu
|
c32eaf47e5
|
fix(big-number): Big Number with Trendline Chart is not working if Time Grain is set to Month (#19043)
* fix(big-number): Big Number with Trendline Chart is not working if Time Grain is set to Month
* use start frequency.
|
2022-03-07 11:29:34 +02:00 |
|
Ville Brofeldt
|
e9651ea52f
|
feat(plugin-chart-echarts): support non-timeseries x-axis (#17917)
* feat(plugin-chart-echarts): support non-timeseries x-axis
* fix tests
* change formula return type from Date to number
* add x_axis test coverage
* rename func and improve coverage
* add x-axis control to bar chart
* remove redundant console.log
* fix description
* make x-axis control mandatory
* 🙃
* fix x-axis formatter
* fix showValues
* fix implicit rDTTM_ALIAS references in postProcessing
* replace TIME_COLUMN with DTTM_ALIAS
* fix remaining implicit indexes
* fix: Disable filtering on wide result sets (#18021)
* fix: handle null values in time-series table (#18039)
* cleanup column_type_mappings (#17569)
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* important change to MakeFile (#18037)
* add missing is_timeseries to pivot op
Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
Co-authored-by: Grace Guo <grace.guo@airbnb.com>
Co-authored-by: Đặng Minh Dũng <dungdm93@live.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
|
2022-01-21 21:23:23 +02:00 |
|
Kamil Gabryjelski
|
124af4c566
|
chore(explore): Migrate BigNumber to v1 api [ID-28][ID-55] (#17587)
* chore(explore): Migrate BigNumber to v1 api
* Move to echarts
* Use Echarts trendline
* Fix imports
* Fix parsing dates as strings
* Add from_dttm and to_dttm to v1 chart response
* Fix post processing
* Fix timeRangeFixed
* Fix tests
* Remove from and to dttm from cache
* Cleanup date formatting
* Fix storybook
* Fix missing types
* Fix timestamp with timezone
* Add types to demo's tsconfig
* bug fix
* fix import
* Fix cypress tests
* add sort
* add resample to handle missing values properly
* Sync ChartDataResponseResult schema with ts interface
* Lint fix
* Add migration
* Fix migration
* Remove pass
* Re-raise the exception in migration
* Typo fix
* Update revision
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
|
2021-12-15 10:15:14 +01:00 |
|