Skip to content
Snippets Groups Projects
Commit ecfdd69a authored by Mathis Neumann's avatar Mathis Neumann
Browse files

re-enable y-axis label

parent 81f63452
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ export default Component.extend({
const plotData = this.get('timeSeries.series')
.map((valueObj) => [get(valueObj, 'timestamp'), get(valueObj, 'value')]);
// this.set('options.yaxis.axisLabel', this.get('timeSeries.valueLabel'));
this.set('options.yaxis.axisLabel', this.get('timeSeries.valueLabel'));
// wrap in additional array since flot can handle multiple graphs at once, we only need one
try{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment