-
Notifications
You must be signed in to change notification settings - Fork 121
Description
For general tech support, please see www.highcharts.com/support.
Please report only issues abouthighcharts-angularwrapper or content of this repository.
For general issues with Highcharts and TypeScript the correct repository to report such issues is main Highcharts repository.
Describe the bug
As part of the Angular tech stack upgrade, due to dependency to Ivy, I was forced to upgrade the Highcharts and Highcharts-Angular as follows:
highcharts: 6.2.0 >> 9.3.3
highcharts-angular: 2.10.0 >> 3.1.2
This resulted in a bug which does not allow calling addSeriesAsDrilldown() multiple times in a look. It worked in the previous version.
Expected behavior
Expected the drill down continue to work with multiple series.
Demo
Please provide live demo of the problem or provide any other way to recreate the problem.
Steps required to recreate the problem in the demo:
- ...
Setup used
- NodeJS version ...
- Angular version ...
- TypeScript version ...
etc.