Noot
Posts: 1
Joined: Tue Sep 07, 2021 12:26 pm

type ZAxisTitleOptions and AxisTitleOptions not defined anywhere

I was using some stuff in Highcharts and the class doc puts AxisTitleOptions and AxisTitleOptions as the type for Highcharts.AxisTitleOptions.

So naturally I wanted to know the structure and the properties that includes... But it's nowhere to be found, or at least I couldnt. Searching for the doc for it, led me to here:
https://api.highcharts.com/class-refere ... xisOptions

But it only tells the name, and not what the type actually is or what it expects.

Am I misunderstanding how Highcharts docs work? Any words of wisdom? :-)
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: type ZAxisTitleOptions and AxisTitleOptions not defined anywhere

Hello Noot,

Thanks for contacting us with your question.

You use our docs correctly, whenever you want to check type definitions you should head over to our API (https://api.highcharts.com/highcharts/) and select namespaces from the navbar. Unfortunately, type definitions are limited there, for more detailed information you should look in our repo using these types. I wouldn't expect that to change because Highcharts are still developing and many of these types change constantly. It would be really hard to keep that detailed documentation updated. If you have any ideas or request how we could improve our docs please leave your feedback in a form of a feature request on our github.

Let me know if you have any further questions!
Regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Usage”