Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing Chart and Gauge - NativeScriptUIChartModule and NativeScriptUIGaugeModule #1541

Open
PabloPG opened this issue Oct 7, 2021 · 1 comment

Comments

@PabloPG
Copy link

PabloPG commented Oct 7, 2021

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

@flipperlite
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants