Project

General

Profile

« Previous | Next » 

Revision 58912

Working on the new version of the oso - started incorporating charts and created a treemap highcharts component

View differences:

app.module.ts
20 20

  
21 21
import { NgxEchartsModule } from 'ngx-echarts';
22 22
import * as echarts from 'echarts';
23
import { AutocompleteLibModule } from 'angular-ng-autocomplete';
24
import { TopmenuComponent } from './shared/topmenu/top-menu.component';
25
import { TreemapHighchartsComponent } from './chart-components/treemap-highcharts/treemap-highcharts.component';
23 26

  
24 27
@NgModule({
25 28
  declarations: [
......
33 36
    CountryPageComponent,
34 37
    CountryMapComponent,
35 38
    GaugeChartComponent,
36
    MethodologyPageComponent
39
    MethodologyPageComponent,
40
    TopmenuComponent,
41
    TreemapHighchartsComponent
37 42
  ],
38 43
  imports: [
39 44
    BrowserModule,
......
42 47
    NgxEchartsModule.forRoot({
43 48
      echarts
44 49
    }),
45
    HighchartsChartModule
50
    HighchartsChartModule,
51
    AutocompleteLibModule
46 52
  ],
47 53
  providers: [
48 54
    DataService,

Also available in: Unified diff