-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to combine any of the ApexChartWrapper with other vaadin components/layouts #62
Comments
Im having a similar issue using beta12. When it renders initially, its too big, after clicking
|
I found a solution, kinda workaround, but still using only the library method.
Use the "mounted" event to update chart after it drawed. This will fix the mentioned layout render issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, guys! From the first glance I was under impression of the library, but then when I started to combine my existing layouts with new ApexCharts instance I've found that it is impossible to place e.g. Grid instance and ApexCharts instance one above another and make them fit into a user screen.
Probably I'm asking a nub question because I've just started with Vaadin, but all other components were perfectly fit in Horizontal/Vertical layouts. ApexCharts instance in my case can be very small or very big here is the code
In case I'm wrapping charts with FlexLayout I'm getting very-small chart,
in case I'm wrapping it with Div I'm getting fullpage chart and grid goes out of the page. :
The text was updated successfully, but these errors were encountered: