You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/02/02 11:53:12 UTC

[superset] branch master updated (7ad38d5 -> 2929bb1)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 7ad38d5  chore(tests): migrate mssql tests to pytest (#18251)
     add 2929bb1  fix(plugin-chart-echarts): fix forecasts on verbose metrics (#18252)

No new revisions were added by this update.

Summary of changes:
 .../src/sections/forecastInterval.tsx              |  4 +
 .../src/MixedTimeseries/transformProps.ts          | 26 +++----
 .../src/Timeseries/transformProps.ts               | 26 +++----
 .../src/Timeseries/transformers.ts                 |  2 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |  2 +-
 .../src/utils/{prophet.ts => forecast.ts}          | 58 +++++++-------
 .../utils/{prophet.test.ts => forecast.test.ts}    | 90 ++++++++++++++++++----
 7 files changed, 137 insertions(+), 71 deletions(-)
 rename superset-frontend/plugins/plugin-chart-echarts/src/utils/{prophet.ts => forecast.ts} (74%)
 rename superset-frontend/plugins/plugin-chart-echarts/test/utils/{prophet.test.ts => forecast.test.ts} (69%)