angular-highcharts icon indicating copy to clipboard operation
angular-highcharts copied to clipboard

Unknown properties since latest version

Open moepkid-zz opened this issue 7 years ago • 4 comments

Hey,

I just wanted to input some options like 'height: 60%' in my Yaxis options within the chart object, but somehow it says that its not a know property. The documentation on the highcharts pages do not mention anything of the deletion of those properties. Is this related to this library?

moepkid-zz avatar Feb 19 '18 13:02 moepkid-zz

Hello @moepkid, can you create a little working example, that i can have look?

cebor avatar Mar 02 '18 10:03 cebor

Will have a look! :) I think its because of the type library,

moepkid-zz avatar Mar 07 '18 10:03 moepkid-zz

I think it is because of @types/highcharts . I have found lots of type inconsistensies and I have to make do with any most of the time.

SayakMukhopadhyay avatar Mar 07 '18 12:03 SayakMukhopadhyay

Agreed. It looks like @types/highcharts points at Highcharts 5 and many of us are using Highcharts 6. We need to publish a new version of @types/highcharts and then we can bump the reference in this project.

KyleW avatar Jun 14 '18 16:06 KyleW