This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
DateTimeContinuousAxis crashes with no minimum or maximum #1260
If you run your demo apps (nativescript-ui-chart repo) and run the DateTimeAxis example after removing the minimum and maximum from DateTimeContinuousAxis the app will crash.
The reason is that TKChartDateTimeAxis::updateRangeWithSeries expect the series values to be NSDate when they actually are number in the example.
My app have the same issue.
Please add support for "number" date axis without any minimum or maximum
If you run your demo apps (nativescript-ui-chart repo) and run the
DateTimeAxis
example after removing the minimum and maximum fromDateTimeContinuousAxis
the app will crash. The reason is thatTKChartDateTimeAxis::updateRangeWithSeries
expect the series values to beNSDate
when they actually are number in the example.My app have the same issue. Please add support for "number" date axis without any minimum or maximum