Nothing Special   »   [go: up one dir, main page]

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

Adjustable height #149

Open
zeroxs opened this issue Dec 19, 2022 · 2 comments
Open

Adjustable height #149

zeroxs opened this issue Dec 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@zeroxs
Copy link
zeroxs commented Dec 19, 2022

I found #64 but it is from 2 years ago. Trying to adjust height via the card does not appear to work.

There's this:

props: {
height: {
default: 120,
type: Number
}
},

but it's not passed from https://github.com/coroo/nova-chartjs/blob/master/resources/js/components/StripeChart.vue unless I'm missing something here. Some guidance would be greatly appreciated.

@zeroxs zeroxs added the bug Something isn't working label Dec 19, 2022
@vesper8
Copy link
vesper8 commented Jan 16, 2023

As a workaround you can do this:


#nova canvas#line-chart {
  height: 70vh !important;
}

@Jonnx
Copy link
Jonnx commented Mar 20, 2023

is there an update on when the height issue will be resolved, having charts be only 120px tall is a pretty large regression especially when trying to render lots of data sets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants