Project

General

Profile

« Previous | Next » 

Revision 61425

[Monitor Dashboard|Trunk]

Add importAndSave indicators method

View differences:

indicator-utils.ts
547 547
      this.parameterizeDefaultQuery(chart, indicatorPath, stakeholder);
548 548
      this.extractStakeHolders(chart, indicatorPath, stakeholder);
549 549
      indicatorPath.chartObject = JSON.stringify(chart);
550
      indicatorPath.jsonPath = ["data","0","0","0"];
550
      if(!jsonPath || jsonPath.length == 0 ) {
551
        indicatorPath.jsonPath = ["data", "0", "0", "0"];
552
      }
551 553
      // this.addResultFilters(chart, indicatorPath);
552 554
    }else {
553 555
      for( let service of sourceServices){

Also available in: Unified diff