Open tsonevn opened 6 years ago
Hi @giorgi-abashidze, We tested this case with our example here, however, was unable to recreate an issue with the minimum and maximum properties. It will help if you provide more info about your environment (CLI, tns-core-modules, tns-ios, nativescript-ui-chart versions) and send us sample project, which can be used for debugging.
@tsonevn Hi, at this time I don't have ios device but later I will create sample project,
this is my package.json
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.test",
"tns-ios": {
"version": "4.1.1"
},
"tns-android": {
"version": "4.1.3"
}
},
"dependencies": {
"email-validator": "2.0.4",
"is-reachable": "2.4.0",
"jsonwebtoken": "^8.1.1",
"nativescript-accordion": "5.0.4",
"nativescript-background-http": "3.2.7",
"nativescript-bitmap-factory": "1.7.1",
"nativescript-bottombar": "3.0.8",
"nativescript-cache": "^1.0.0",
"nativescript-camera": "4.0.2",
"nativescript-carousel": "^3.1.1",
"nativescript-checkbox": "^3.0.3",
"nativescript-drop-down": "4.0.1",
"nativescript-google-maps-sdk": "2.6.0",
"nativescript-imagepicker": "6.0.2",
"nativescript-iqkeyboardmanager": "1.3.0",
"nativescript-loading-indicator": "2.4.0",
"nativescript-masked-text-field": "3.0.1",
"nativescript-modal-datetimepicker": "1.1.3",
"nativescript-numeric-keyboard": "4.0.2",
"nativescript-permissions": "^1.2.3",
"nativescript-photoviewer": "1.4.0",
"nativescript-pulltorefresh": "2.1.1",
"nativescript-sqlite": "2.2.1",
"nativescript-statusbar": "4.0.1",
"nativescript-textinputlayout": "2.0.3",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "1.4.6",
"nativescript-tooltip": "2.1.2",
"nativescript-ui-chart": "3.6.1",
"nativescript-ui-gauge": "3.6.0",
"nativescript-ui-listview": "3.5.8",
"nativescript-ui-sidedrawer": "4.1.1",
"tns-core-modules": "^4.1.0",
"urlify": "0.3.6"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "~0.1.19",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"extract-text-webpack-plugin": "~3.0.2",
"lazy": "1.0.11",
"raw-loader": "~0.5.1",
"resolve-url-loader": "2.3.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "3.0.0",
"webpack-bundle-analyzer": "2.13.1",
"webpack-cli": "2.1.4",
"webpack-sources": "~1.1.0"
}
}
PS. it needs to load same page twice to show data correctly after data change, for first time its not redrawing well.
@tsonevn @tbozhikov here is playground example app
@tsonevn any updates?
@tsonevn android? I have this problem on ios.
HI @giorgi-abashidze, Excuse me. I set the wrong tag yesterday.
From @giorgi-abashidze on July 2, 2018 10:22
on data and minimum,maximum change barseries are redrawing well but the linear axis aren't when using minimum and maximum on ios
Copied from original issue: NativeScript/NativeScript#6016