Project

General

Profile

« Previous | Next » 

Revision 58825

Working on the new version of the oso. Work on the home page almost done

View differences:

countries-map-overview.component.ts
161 161
          click: event => {
162 162
            if (event.target.hasOwnProperty('point')) {
163 163
              console.log(event.target['point']['name']);
164
              // this.countrySelected(event.target['point']['name']);
164
              // this.selectedCountry(event.target['point']['name']);
165 165
            }
166 166
          }
167 167
        }
......
178 178
          cursor: 'pointer',
179 179
          events: {
180 180
            click: event => {
181
              console.log(event);
181 182
              this.countrySelected(event.point.name);
182 183
            }
183 184
          }

Also available in: Unified diff