Wandang

Results 16 comments of Wandang

Unfortunately my android/java skills are to basic to help. Thanks for the headsup and removing the confusion for now! The app itself is quite wondeful

You need to adjust the modules.ts of your project and manually load the heatmap module ``` import { ChartModule } from 'angular2-highcharts'; import { HighchartsStatic } from 'angular2-highcharts/dist/HighchartsService'; import *...

so this works now for you? :+1:

could you provide a screenshot of the mangled chart? I had a similar issue with firefox (chrome worked fine). My height of the chartarea was 16px or something. I fixed...

@maximebourdel try this css ``` chart { display: block; } ```

You should try this: https://github.com/gevgeny/angular2-highcharts/issues/178#issuecomment-304833680

@budcribar try this (works for me): ``` import { ChartModule } from 'angular2-highcharts'; import { HighchartsStatic } from 'angular2-highcharts/dist/HighchartsService'; import * as highcharts from 'highcharts'; export function highchartsFactory() { return...

I am using highchart with angular 4 this way: ``` import { ChartModule } from 'angular2-highcharts'; import { HighchartsStatic } from 'angular2-highcharts/dist/HighchartsService'; import * as highcharts from 'highcharts'; export function...

@Jrubzjeknf I am struggling to find out how to import the 3D module correctly. (My goal is to create a 3D scatter plot) Edit: Found the error. The import was...

Same for me on 4.18.9-arch1-1-ARCH with Mesa 18.2.0 on RX460 with vulkan and opengl