-
Notifications
You must be signed in to change notification settings - Fork 272
feat(plugin-chart-echarts): add x and y label support for 9 charts #1351
feat(plugin-chart-echarts): add x and y label support for 9 charts #1351
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/DriSQ7pcHkzvw9jeMUbRK5AdMgYC |
@junlincc @stephenLYZ please help me review this PR, :) |
Codecov Report
@@ Coverage Diff @@
## master #1351 +/- ##
==========================================
+ Coverage 30.03% 30.09% +0.06%
==========================================
Files 489 491 +2
Lines 9856 9875 +19
Branches 1654 1663 +9
==========================================
+ Hits 2960 2972 +12
- Misses 6655 6658 +3
- Partials 241 245 +4
Continue to review full report at Codecov.
|
packages/superset-ui-chart-controls/src/shared-controls/index.tsx
Outdated
Show resolved
Hide resolved
packages/superset-ui-chart-controls/src/sections/chartTitle.tsx
Outdated
Show resolved
Hide resolved
packages/superset-ui-chart-controls/src/shared-controls/index.tsx
Outdated
Show resolved
Hide resolved
plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx
Outdated
Show resolved
Hide resolved
packages/superset-ui-chart-controls/src/sections/chartTitle.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patience. LGTM.
fix #16512
🏆 Enhancements
This PR supports two features:
1 User can add X/Y axis label in below chart:
time series line chart,
time series area chart,
time series bar chat,
time series scatter plot,
mix time series,
time series chart,
time series smooth line,
time series stepped line,
box plot.
2 Changed previews default top Y axis position to dynamic left/top choice.
related to:
apache/superset#16512
After:
Screen.Recording.2021-09-07.at.8.56.51.AM.mov