When using steps in the line chart, you have to look long and hard
to understand if the data is the lower or upper point on the step.
Whilst not as pretty, the sloped line charts are more accurate so
switch to those as the transition points are important and the main
reason for the charts.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
{
name: '{{ measurement.value_type.quantity }}',
type: 'line',
- step: 'start',
symbol: 'none',
data: data
}
{
name: '{{ measurement.value_type.quantity }}',
type: 'line',
- step: 'start',
symbol: 'none',
data: commitCountData
}