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>
This commit is contained in:
Kamil Gabryjelski
2021-12-15 10:15:14 +01:00
committed by GitHub
parent 142b5bc506
commit 124af4c566
45 changed files with 765 additions and 583 deletions

View File

@@ -68,7 +68,7 @@ const basicChartProps = {
const basicQueryResult: ChartDataResponseResult = {
annotation_data: null,
cache_key: null,
cache_dttm: null,
cached_dttm: null,
cache_timeout: null,
data: [],
colnames: [],