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
System.err: An uncaught Exception occurred on "main" thread.
System.err: f != java.lang.String
System.err:
System.err: StackTrace:
System.err: java.util.IllegalFormatConversionException: f != java.lang.String
System.err: at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4403)
System.err: at java.util.Formatter$FormatSpecifier.printFloat(Formatter.java:2898)
System.err: at java.util.Formatter$FormatSpecifier.print(Formatter.java:2845)
System.err: at java.util.Formatter.format(Formatter.java:2524)
System.err: at java.util.Formatter.format(Formatter.java:2459)
System.err: at java.lang.String.format(String.java:2870)
System.err: at com.telerik.widget.chart.engine.axes.categorical.CategoricalAxisModel.getLabelContentCore(CategoricalAxisModel.java:248)
...
Environment
Describe the bug
When trying to implement a RadCartesianChart, even using the demo code (https://play.nativescript.org/?template=play-ng&id=8zpRGL&v=4), it errors.
To Reproduce
Add the following into a component.tns.html view:
Add the following into a component.ts file:
Expected behavior
It should display the chart like iOS does, instead of crashing the app.
The text was updated successfully, but these errors were encountered: