Closed skuske closed 4 years ago
@ihnatmoisieiev
Could you please at least confirm that this is a bug or if we are missing something as we are now trying to get that working again for 5 hours. Thanks.
Hello @skuske,
thank you for the reporting.
Please do not update to the latest release if these changes are destructive for you at the moment. I have reported it and will let you know what happened.
According to the newest JS API, HIHour
, HIDay
, etc. objects have been changed to string
type. So, e.g. it's not needed to create a new HIDay
object and set main
property. Just set day
property with string
value.
About axis.dateTimeLabelFormats
, I will let you know as soon as possible.
@ihnatmoisieiev
Thanks for the update. I found out about HIHour
etc. and that it now expects NSString
. However, the missing axis.dateTimeLabelFormats
is really critical. Hopefully you get that fixed asap as we wanted to use v8.2.0 due to the fixed memory issues.
Hi @skuske, Thank you for reporting.
Due to unsuspected changes in the Highcharts core, some options disappeared. We are still debugging the problem and will fix it as soon as possible.
Thank you for your patience.
Any update on this? Thanks! :o)
You can check the status in the linked PR, right above your post :) Right now, fix is awaiting review & merge.
@skuske axis.dateTimeLabelFormats
property has been reverted in the latest release.
Fixed. Thanks! :o)
The latest release causes trouble with
HIHour
andXaxis.dateTimeLabelFormats
:How do I set Xaxis
dateTimeLabelFormats
in v8.2.0?It's a pain that fundamental things are changed without any information and without any documentation.