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

Gauge chart doesn't show the value arc #1974

Open
andreiP4 opened this issue Oct 22, 2024 · 0 comments
Open

Gauge chart doesn't show the value arc #1974

andreiP4 opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@andreiP4
Copy link

Describe the bug
Gauge chart doesn't show the value arc in an Angular application, although it shows the correct value label. I have uninstalled other npm packages that I thought might have influenced it, but the issue persists. Upon inspecting the CSS, the value arc div is not there, unlike in the stackblitz demo:

Official Stackblitz demo:
expected
expected_chart

My CSS:
actual
actual_chart

To Reproduce
Steps to reproduce the behavior:

  • using "@coreui/angular": "^5.2.2" and "@swimlane/ngx-charts": "^20.5.0"

Expected behavior
My chart's value arc should be visible and coloured in the colour I selected (#5AA454)

Demo
Couldn't create a stackblitz because of some dependency errors. Might try again if really needed.

ngx-charts version
20.5.0 = latest

Additional context
I also have a problem related to the line chart data points line and tooltip not showing, but I'm not sure if those two are related.

@andreiP4 andreiP4 added the Bug label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@andreiP4 and others