You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/01/12 20:48:04 UTC

[superset] branch master updated (27000da -> 6bd4dd2)

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

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


    from 27000da  fix: SQL Lab sorting of non-numbers (#18006)
     add 6bd4dd2  feat(timeseries-chart): add percentage threshold input control (#17758)

No new revisions were added by this update.

Summary of changes:
 .../plugin-chart-echarts/Timeseries/Stories.tsx    |   3 +
 .../src/Timeseries/transformProps.ts               |   4 +
 .../src/Timeseries/transformers.ts                 |  10 +-
 .../plugin-chart-echarts/src/Timeseries/types.ts   |   2 +
 .../plugins/plugin-chart-echarts/src/controls.tsx  |  20 ++
 .../test/Timeseries/transformProps.test.ts         | 226 +++++++++++++++++++--
 6 files changed, 251 insertions(+), 14 deletions(-)