-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update Javascript libraries like Jqplot for more compatibility #17
Comments
Can you supply a Pull Request? Thanks. |
Your problem is replicable on demo application or can you supply a quick start application that to highlight the bug? Do you use wicket 6 version (master) or wicket 7 version (branch wicket-7)? |
At first I used the previous version (6) and encountered that any charts don't work properly in Appfuse (wicket version). So, I got your code and attempted to update some dependencies that resolved some issues but still remain some others. I thought may be If I would employ wicket 7, my dashboard perhaps get better but it didn't. for more information I've setup my app on redhat cloud at |
I finally solve the problem as following: Bootstrap adds something like:
Dear Decebals, please apply my solution on the binaries in the maven repository. |
I committed on github some modifications on dashboard.css. Can you verify that everything is ok for you? Thanks |
Sure .... I will test and come back soon ... |
I am using AppFuss and like to include the Dashboard. I found there is some conflicts regarding JavaScript libraries. For example, In the last release, Jqplot 6.8.0 is used that leads many problems in rendering with new version of jquery. I updated this dependency to 6.16 and resolve some. Please upgrade all JavaScript dependencies.
The text was updated successfully, but these errors were encountered: