Commit 3517c7c5 authored by Michael Lange's avatar Michael Lange
Browse files

Be consistent with "time series" instead of "time-series"

Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ export default LineChart.extend({
const duration = formatDuration(xRange[1] - xRange[0], 'ms', true);
return `Time-series data for the last ${duration}, with values ranging from ${yFormatter(yRange[0])} to ${yFormatter(yRange[1])}`;
return `Time series data for the last ${duration}, with values ranging from ${yFormatter(yRange[0])} to ${yFormatter(yRange[1])}`;
}),
xScale: computed('data.[]', 'xProp', 'timeseries', 'yAxisOffset', function() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment