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

value is cutting off #100

Open
reto88 opened this issue Jun 4, 2021 · 8 comments
Open

value is cutting off #100

reto88 opened this issue Jun 4, 2021 · 8 comments

Comments

@reto88
Copy link

reto88 commented Jun 4, 2021

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",
image

@andreas-becker
Copy link

Quickfix: In your css override the css .reading-block { overflow: visible; } to see it without the cutted head

@Fallaxe
Copy link

Fallaxe commented Jun 25, 2021

i tried to override the overflow with '!important' but it doesn't solve anything

@juansebasoz
Copy link

Same issiue with 4.0.0. I'm using bootstrap for grid layout

@willflame
Copy link

Quickfix: In your css override the css .reading-block { overflow: visible; } to see it without the cutted head

I also tried this solution but nothing works.

Has anyone found a solution to this problem?
I'm using v4.

@willflame
Copy link

.reading-block { overflow: visible; }

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> <------------------- `

@heja99
Copy link

heja99 commented May 12, 2022

@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):
image

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!

@Hefziben
Copy link

Hello Guys, you can use ng-deep to access the class for future reference
ngx-gauge {
::ng-deep .reading-block {
overflow: visible !important;
}
}

@Advocatus
Copy link

@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): image

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!

Have we got the fix for this issue yet?

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

8 participants