nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

Not showing Chart and Gauge - NativeScriptUIChartModule and NativeScriptUIGaugeModule

Open PabloPG opened this issue 4 years ago • 1 comments
trafficstars

Please, provide the details below:

Tell us about the problem

I'm trying to use chart or gauge in my project and I can't, they are not displayed

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

"nativescript-ui-chart": "^9.0.0", "nativescript-ui-gauge": "^8.0.0",

  • CLI: 8.1.3
  • Cross-platform modules: "@nativescript/core": "~8.1.1",
  • Runtime(s): "@nativescript/android": "8.1.1",

Please tell us how to recreate the issue in as much detail as possible.

  1. start a new project with tabs template
  2. import the module
  3. try adding tags in html

image image image

PabloPG avatar Oct 07 '21 15:10 PabloPG

I'm pretty sure this repo is deprecated in favor of https://github.com/NativeScript/nativescript-ui-charts. I too tried to get this to run but it won't even migrate to NS version 8. I just cloned the new repo and ran it on an M1 mac and iOS 15.2 simulator iPhone 11 successfully. Here are the steps I followed:

  1. Open your iOS simulator on your machine or connect your phone to your machine
  2. gh repo clone NativeScript/nativescript-ui-charts (or clone the repo using desired method)
  3. cd nativescript-ui-charts/demo
  4. ns run ios

Here's my environment:

user@mba2020 demo % node -v
v16.13.0
user@mba2020 demo % ns -v
8.1.5
✔ Up to date.
user@mba2020 demo % npm -v
8.1.0

flipperlite avatar Jan 12 '22 00:01 flipperlite