ProgressNS / nativescript-ui-feedback

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

Open farfromrefug opened 5 years ago

farfromrefug commented 5 years ago

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