Search found 2 matches

Go to advanced search

by dsilletti
Fri Nov 26, 2021 10:06 pm
Forum: Highcharts Usage
Topic: Highcharts extension not working in v9
Replies: 3
Views: 267
 
Jump to post

Re: Highcharts extension not working in v9

Thank you Michal,

I replaced

Code: Select all

H.wrap(H.Series.prototype, 'drawGraph', function (proceed)
with

Code: Select all

H.wrap(H.seriesTypes.line.prototype, 'drawGraph', function(proceed)
and the code it's perfectly working in Highcharts v9.

Best Regards,
Domenico
by dsilletti
Fri Nov 26, 2021 4:24 am
Forum: Highcharts Usage
Topic: Highcharts extension not working in v9
Replies: 3
Views: 267
 
Jump to post

Highcharts extension not working in v9

Hi, I was successfully extending Highcharts v8.2.2. to draw arrows on the line charts: http://jsfiddle.net/v45wLcf6/ But the same code it's not working with v9: http://jsfiddle.net/vyfsf1ft/18/ It's possible to make the extension working also with Highcharts v9? Thank you. Kind Regards, Domenico

Go to advanced search