This is a final notice for plugin maintainers, that are still using flot charts.
In the next Foreman release, the flot charts will not be provided anymore.
List of deprecated and removed features:
-
chartsjavascript file - our enhancements to flot charts, this file will error out when included manually, please stop doing so, or copy it into your plugin assets - all the flot charts and the whole library, if you need continue using it (first thing really hard if you really do), include it in your plugin’s asset pipeline.
-
flot_chart- please useAreaChartReact component https://github.com/theforeman/foreman/pull/8522 this deprecated function will render AreaChart automatically, with default setting, but you should not relly on that. -
flot_pie_chart- this will renderPieChartcomponent, but move to rendering it directly -
flot_bar_chart- this is going to renderBarChartcomponent, but please move to rendering it directly