-
Notifications
You must be signed in to change notification settings - Fork 73
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
value is cutting off #100
Comments
Quickfix: In your css override the css |
i tried to override the overflow with '!important' but it doesn't solve anything |
Same issiue with 4.0.0. I'm using bootstrap for grid layout |
I also tried this solution but nothing works. Has anyone found a solution to this problem? |
I was able to solve the problem by adding the modification of the class directly in the application's index.html file, placed in the necessary css header as: ` <style>.reading-block { overflow: visible !important; }</style> <------------------- ` |
@willflame @andreas-becker Hey, I got the same issue and thanks to your comment I could fix it. But I also got the same problem in another are, as you can see in the screenshot (the 50 is cut off): Would you be able to tell me what css-class this is? Then I could apply the same fix as with the reading-block - Thanks in advance! |
Hello Guys, you can use ng-deep to access the class for future reference |
Have we got the fix for this issue yet? |
The value in the middle of the chart doesnt fit. How can I change the size?
"ngx-gauge": "^3.0.0",
"@angular/cli": "~11.2.3",
The text was updated successfully, but these errors were encountered: