SupersetOdT commented on issue #36794:
URL: https://github.com/apache/superset/issues/36794#issuecomment-3691247657

   **Issue 1:**
   
   The white appearance of dashboards can be modified using the following CSS 
scripts ([...] > Theme & CSS):
   
   `.dashboard-content {background-color: #652365;}
   .grid-container {background-color: #757575;}`
   
   This module, combined with the Themes (Settings > Themes) allows to 
customize, to a certain extent, the UI, the dashboards and even the charts.
   
   Indeed, the placement of charts, text blocks... must extend in width to a 
multiple of specific divisions (in a grid of 12 columns). They can, however, be 
adjusted to the pixel in height.
   
   As for the "deck.gl Polygon" graphics, "GeoJSON"... their customization was 
more advanced in version 5.0.0 than in 6.0.0 (color of borders, padding...).
   
   **Issue 2:**
   The Theme configuration acts perfectly on the UI. 
   Regarding dashboards and charts in dashboards, I use the CSS module.
   By the way, I also have the same difficulties as you in applying the 
customization "Chart-Specific Overrides" and "Global ECharts Overrides" 
([Read](https://superset.apache.org/docs/configuration/theming/))
   
   **Issue 4:**
   For the reports (PDF and PNG), the screenshots are indeed limited in the 
range from 600 to 2400 px width. I use Playwright to improve thier generation. 
   The report includes all the dashboards at my place, even if it can be 
scrolled on the screen.
   If your report contains tabs, make sure to enable the FEATURE_FLAGS: 
{"ALERT_REPORT_TABS": True} in your superset_config.py to print each tab on a 
page in the same PDF report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to