Skip to content

Proposal: Remove area chart in favor of time series

Summary

TimeSeries.vue chart component supports both area and line charts, and contains the functionality of the previous Area.vue.

Objective: Decide if we should remove Area.vue from https://gitlab.com/gitlab-org/gitlab-ee/tree/master/app/assets/javascripts/monitoring/components/charts

Details

In 2 issues support for line charts is added:

This was done by repurposing a lot of the area charts functions and moving them to a new component called Time Series, which accounts for both line and area charts.

This might make Area.vue chart obsolete, and could be removed.

MR links:

Edited by Miguel Rincon