mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Be consistent with "time series" instead of "time-series"
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user