generated from NativeScript/plugin-seed
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Hello everyone.
Case 1: When testing the donut graph, detailed in the example here, it works correctly on Android, but on IOS, the colors are not displayed, attach project in github here. See image 1
Case 2: When other detailed configuration is used in this jsfddle example here (correct example), it displays colors correctly on IOS, but the dataLabels parameter, doesn't work correctly. See image 2
Note: In android its ok all
Thanks for your help.
OS: macOS 13.3.1
CPU: (8) arm64 Apple M1 Pro
Shell: /bin/zsh
node: 19.8.1
npm: 9.5.1
nativescript: 8.5.3
# android
java: 11.0.17
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found
# ios
xcode: 14.3/14E222b
cocoapods: 1.12.1
python: 2.7.18
python3: 3.9.6
ruby: 2.7.8
platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Dependencies
"dependencies": {
"@nativescript/core": "~8.5.0",
"@nativescript/theme": "~3.0.2",
"@nativescript/ui-charts": "^0.4.0"
},
"devDependencies": {
"@nativescript/android": "8.5.0",
"@nativescript/ios": "8.5.1",
"@nativescript/webpack": "~5.0.14"
}