Browse Source

some commit

master
Alexey Velikiy 6 years ago
parent
commit
b453751866
  1. 2
      dist/module.js
  2. 2
      src/models/analytic_unit.ts

2
dist/module.js vendored

File diff suppressed because one or more lines are too long

2
src/models/analytic_unit.ts

@ -36,7 +36,7 @@ export class AnalyticUnit {
this._panelObject = {};
}
_.defaults(this._panelObject, {
name: 'analytcUnitName', confidence: 0.2, color: 'red', pattern: 'General'
name: 'AnalyticUnitName', confidence: 0.2, color: 'red', pattern: 'General'
});
//this._metric = new Metric(_panelObject.metric);

Loading…
Cancel
Save