0

I'm trying to add arrow at the end of X and Y axis like in the following image

arrow at the end of X and Y axis

using the following answer, But angular gives me "Property does not exist error" for few of the properties.

I'm unable to find a solution for the problem

Error: Property does not exist on type

Kedar Udupa
  • 544
  • 9
  • 27
  • 1
    Hi @Kedar Udupa, Could you reproduce the problem in some online code editor? I see that you are using different code than here: http://jsfiddle.net/z2aagpeu/ You can start from: https://stackblitz.com/edit/highcharts-angular-basic-line – ppotaczek Sep 03 '21 at 09:02
  • Hi @ppotaczek I have updated my question (had posted a wrong link!). I could not reproduce in online editor. It could be from my editor. I ended up adding 'any' type as aquick fix. Thanks – Kedar Udupa Sep 03 '21 at 12:29
  • Thanks for the info! Please try to type `this` in the function. Example: `axisProto.renderLine = function(this: Highcharts.Axis){...}` – ppotaczek Sep 06 '21 at 11:06

0 Answers0