gevgeny / angular2-highcharts

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

upgrading angular-cli to webpack version made weird things #63

Open ofadown opened 7 years ago

ofadown commented 7 years ago

Hi.

angular2: 2.0.0-rc.6 angular-cli: 1.0.0-beta.9 => 1.0.0-beta.11-webpack.8 highcharts: 4.2.6 angular2-highcharts: 0.1.1

My xAxis plotLine was drawing between panes before the update, now it only shows on panes, letting an ugly space between them. My sources didnt change, nor highcharts & angular2-highcharts' version, just the angular-cli upgraded to webpack. Changing zIndex doesnt change anything.

Before : before

After : after

The panes : yAxis: [{ height: '8%', ... }, { top: '10%', height: '90%', ... }]

gevgeny commented 7 years ago

Is it ok now ?

ofadown commented 7 years ago

I upgraded to v0.3.4 but still have this problem. Atm, I choosed to remove the space between the 2 panes to not show this bug, so the 2 lines seem be only one yAxis: [{ height: '8%', ... }, { top: '8%', height: '92%', ... }]