Project

General

Profile

« Previous | Next » 

Revision 58686

[Connect|Trunk]

Update properties:
stats url

Community curators update class to uk-display-inline-block

Statistics: call createChartUrlMap() after communityName is initialized

View differences:

statistics.component.ts
106 106
                }
107 107
                this.communityName = community.shortTitle;
108 108
                this.createStatisticsObjects();
109
                this.createChartUrlMap();
109 110
              });
110 111
            // console.log(" Stats! "+ this.properties.statisticsAPIURL);
111 112

  
......
154 155
      .subscribe(
155 156
        res => {
156 157
          this.statisticsDisplay = res;
157
          this.createChartUrlMap();
158

  
158 159
          this.getCommunityInfo();
159 160
          this.status = this.errorCodes.DONE;
160 161

  

Also available in: Unified diff