Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatten legacy preset charts #7500

Merged
merged 2 commits into from
May 14, 2019
Merged

Flatten legacy preset charts #7500

merged 2 commits into from
May 14, 2019

Conversation

espressoroaster
Copy link
Contributor

@espressoroaster espressoroaster commented May 14, 2019

CATEGORY

  • Refactor

SUMMARY

Refactor CommonChartPreset, HierarchyChartPreset, and MapChartPreset charts into MainPreset class. This provides a central location to add and remove chart plugins, and will aid maintenance of legacy chart presets now that they are all in one location.

ADDITIONAL INFORMATION

REVIEWERS

@kristw

@espressoroaster espressoroaster changed the title Flatten preset charts Flatten legacy preset charts May 14, 2019
@codecov-io
Copy link

Codecov Report

Merging #7500 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7500      +/-   ##
==========================================
+ Coverage   65.42%   65.43%   +0.01%     
==========================================
  Files         435      432       -3     
  Lines       21325    21319       -6     
  Branches     2347     2347              
==========================================
  Hits        13951    13951              
+ Misses       7258     7252       -6     
  Partials      116      116
Impacted Files Coverage Δ
...ts/src/visualizations/presets/LegacyChartPreset.js 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4392c8...9eceb15. Read the comment docs.

@codecov-io
Copy link

codecov-io commented May 14, 2019

Codecov Report

Merging #7500 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7500      +/-   ##
==========================================
+ Coverage   65.42%   65.43%   +0.01%     
==========================================
  Files         435      432       -3     
  Lines       21325    21319       -6     
  Branches     2347     2347              
==========================================
  Hits        13951    13951              
+ Misses       7258     7252       -6     
  Partials      116      116
Impacted Files Coverage Δ
...ts/src/visualizations/presets/LegacyChartPreset.js 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4392c8...cb043b0. Read the comment docs.

@kristw
Copy link
Contributor

kristw commented May 14, 2019

Let's rename LegacyChartPreset into MainPreset

@kristw kristw merged commit a4d18e7 into apache:master May 14, 2019
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/L 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants