gevgeny / angular2-highcharts

:bar_chart: :chart_with_upwards_trend: Highcharts for your Angular project
MIT License
380 stars 113 forks source link

The lack of a property marker in series #61

Open witold-gren opened 8 years ago

witold-gren commented 8 years ago
this.options = {
    ...
    series: [{
        ...
        marker: {
            fillColor: 'white',
            lineWidth: 2,
            lineColor: '#7bb5eb'
        }
    }]
}
gevgeny commented 8 years ago

did you check in the highcharts typings ?

witold-gren commented 8 years ago

How do I check it?

scandinave commented 8 years ago

same problem here after updating to 0.3.1 using Angular-cli with Angular 2.0.0

Fank commented 8 years ago

@scandinave Could you give us en example how it looks like and should it looks like?

scandinave commented 8 years ago

In the console, i have

[default] /Users/Ninja/Documents/Developpement/Project/FabNum/node_modules/angular2-highcharts/typings/globals/es6-shim/index.d.ts:603:4 All declarations of 'prototype' must have identical modifiers.

and

[default] /Users/Ninja/Documents/Developpement/Project/FabNum/node_modules/angular2-highcharts/typings/globals/jasmine/index.d.ts:74:8 Duplicate number index signature.

16 time like this. I juste nom update to 0.3.1 and follow the first readme example

gevgeny commented 7 years ago

Doed it work now with v0.4.1 ?