import 'zone.js'; import 'reflect-metadata'; import { Component, enableProdMode, NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { ViserModule } from 'viser-ng'; import * as $ from 'jquery'; const scale = [{ dataKey: 'type', range: [0, 1] }]; const axis1Opts = { dataKey: 'clarity', grid: { align: 'center', lineStyle: { lineDash: [0, 0] } } }; const jitterPointOpts = { gemo: 'pointJitter', position: 'clarity*type', color: 'clarity', shape: 'circle', opacity: 0.65, }; @Component({ selector: '#mount', template: `