highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

Datalabels have no option of fontFamily in style #322

Closed intelligentsiatech closed 4 years ago

intelligentsiatech commented 4 years ago

Hi,

I am applying fontFamily in all of highCharts but I am having problem with font family in dataLabels. Other things like tooltip, legends, etc have style (i.e. HICSSOBJECT) but on dataLabels we have only "HIStyle", so HIStyle have no option of applying fontFamily. Please provide solution to this ASAP.

Regards.

ihnatmoisieiev commented 4 years ago

Hello @intelligentsiatech,

thank you for reporting the issue. I hope it will be fixed in the next release.

intelligentsiatech commented 4 years ago

Thank you for your prompt response. Please do make sure that it will be fixed in next release. Thanks.

fahadbaigios commented 4 years ago

Dear @ihnatmoisieiev ,

When will the next release coming? Can you guide about how many days are left for next release to come and please make sure that fontFamily added on dataLabels style.

Thanks and Regards.

ihnatmoisieiev commented 4 years ago

Hello @fahadbaigios,

unfortunately, we don't have ETA for the next release at the moment. I can only assume that no sooner than 3-4 weeks.

fahadbaigios commented 4 years ago

Hi,

When is the release coming since its been 4-5 weeks now? Can you give estimate? I need data labels font solution as soon as possible. Kindly let me know.

Regards.

fahadbaigios commented 4 years ago

Got workaround on this bug. If anyone faces this issue, use this: chart.style = HICSSObject() chart.style.fontFamily = "GE_Flow_Regular_0"

Giving chart -> font family implements globally on whole chart.

ihnatmoisieiev commented 4 years ago

@intelligentsiatech @fahadbaigios the issue has been fixed in the latest release. Can I close it?

fahadbaigios commented 4 years ago

Yes, Thank you for your help.