You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using our custom fonts using fontFamily but it didn't reflect any changes kindly check below code.Font is working native labels and every where else in App but don't work on AnyChart.
@mubasherkhan
I'm afraid this feature is not supported correctly in the current version of the library.
We will take it into account! Thank you for the report!
I have tried using our custom fonts using fontFamily but it didn't reflect any changes kindly check below code.Font is working native labels and every where else in App but don't work on AnyChart.
circularGauge.label(index: 2) .text(text:"Some Text") .hAlign(align: "center") .vAlign(align: "middle") .fontFamily(family: "Roboto-Regular")
The text was updated successfully, but these errors were encountered: