-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[chart]multiple charts broken on maximizing #13600
Comments
Alternative, Is there a way to disable the maximize option in superset? |
thanks for reporting! this is a known issue. if you already have a solution to fix either or both charts, we will make sure your PR is reviewed. 🙏 @vivekdixit2510 |
@junlincc is it possible to disable the maximise button in dashboards for the time being? |
i dont think so, unfortunately. @slayerjain 🙏 |
world-map is also broken related #13297 |
* fixed FullSize charts broken #13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com>
* fixed FullSize charts broken #13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com>
Resolved #14371 |
* fixed FullSize charts broken apache#13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com> (cherry picked from commit 1f8de1d)
* fixed FullSize charts broken apache#13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com>
* fixed FullSize charts broken apache#13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com>
* fixed FullSize charts broken apache#13600 * Update ChartHolder.jsx * fix:fix get permission function * test: adding tests to full screen * lint: fix lint * fix: fix CR notes * fix: fix CR notes * fix: fix CR notes Co-authored-by: toop <mytoop@163.com>
Screenshot
Without Maximize
![max1](https://user-images.githubusercontent.com/80536487/110966903-ca1c4b00-837b-11eb-98ef-8017e1df7067.PNG)
![max2](https://user-images.githubusercontent.com/80536487/110966937-d56f7680-837b-11eb-8a17-6b4d4f3adc39.PNG)
With Maximize
Without Maximize (bar graph)
With Maximize (scroll till bottom)
![max4](https://user-images.githubusercontent.com/80536487/110967648-a4437600-837c-11eb-94d4-1a913fd2415c.PNG)
[drag & drop image(s) here!]
Description
Pie Charts and Bar Graphs have broken on maximizing.
Design input
Pie Chart: It should not disappear from the screen.
Bar Graph: It should fit on the page.
@slayerjain
The text was updated successfully, but these errors were encountered: