Refactor #31569
Refactor #23010: add deprecation warnings to all flotcharts functions
Deprecate flot_pie_chart
Description
Deprecate flot_pie_chart and render default patternfly Donut chart.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 2 years ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8228 added
#2
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.4.0 added
#3
Updated by Ondřej Ezr about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|4ff6f0a1f0b8c6227f91e6b2bcd5c33e00b22a18.
#4
Updated by Ondřej Ezr about 2 years ago
- Precedes Refactor #32009: Remove flot_pie_chart added
#5
Updated by Tomer Brisker about 2 years ago
- Category set to JavaScript stack
Fixes #31569 - deprecate flot pie chart
Deprecates `flot_pie_chart` and uses React Donut chart by default.
It still keeps posibility to fallback to flot chart if someone uses some advanced options, that will be needed to add to Foreman chart implementation first.