This is a migrated thread and some comments may be shown as answers.

In IOS chart is not working

1 Answer 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
suralal
Top achievements
Rank 1
suralal asked on 08 Jul 2016, 07:51 AM

CONSOLE ERROR file:///app/tns_modules/trace/trace.js:160:30: Binding: Binding error while setting property items of BarSeries: ReferenceError: Can't find variable: TKChartSeriesSelection

 

but same chart working in android?

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 11 Jul 2016, 01:06 PM
Hi ,

Have you updated your plugin (---pro) to the latest version 1.2.0
Look at your project's package.  and ,ale sure you are using the latest version.
You can install the latest version with
 plugin ---pro

 plugin ---pro

You can change your package.json so the version to install to be 1.2.0
{
  "nativescript": {
    "id": "org.nativescript.bossapp",
    "tns-android": {
      "version": "2.1.1"
    },
    "tns-ios": {
      "version": "2.1.1"
    }
  },
  "dependencies": {
    "nativescript-drop-down": "^1.2.5",
    "nativescript-slides": "^1.7.0",
    "nativescript-telerik-ui-pro": "^1.2.0",
    "tns-core-modules": "2.1.0"
  },
  "devDependencies": {
    "babel-traverse": "6.10.4",
    "babel-types": "6.11.1",
    "babylon": "6.8.4",
    "lazy": "1.0.11"
  }
}

Then delete folders platforms and node_modules and rebuild your app to install the latest versions.
If this solution does not help please do not hesitate to send us the sample app that is causing this error.

Regards,
Nikolay Iliev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
suralal
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or