-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
11.2.0.0
-
Security Level: Jimmy
-
None
Steps to Reproduce
- Load a pie chart: https://www.zkoss.org/zkchartsdemo/pie_basic
- Click on a slice
- While the animation is playing, click on another slice
Current Result
both slices (fat, water) stay highlighted
Expected Result
try https://www.highcharts.com/docs/chart-and-series-types/pie-chart
only the selected slice is highlighted (default behavior on non-zk highcharts of the same version)
Debug Information
In Charts.js, in the static hidden block
H.wrap(H.Point.prototype, 'select', function (select, selected, accumulate, fromServer) {
This overrides the default Highcharts.Point.prototype.select function.
Current override version is based on an older highcharts version, which is no longer matching the current highcharts version of this function.
Workaround
- relates to
-
ZKCHARTS-151 highcharts doesn't require ext/lib by default, cause compatibility issues
- Closed