-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dashboard] Add Ability to Customize Appearance #9243
Comments
Ability to change panel background color also requested in https://discuss.elastic.co/t/change-color/75585.
|
+1 |
+1 |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
2 similar comments
+1 |
+1 |
Support for uploading the gif or image in dashboard |
@Mufi123 the ability to add an image to a dashboard will be added with version 8.7. Leaving this open, but I've added |
Any change we can have this feature be implemented? |
@Baklap4, we haven't prioritized this functionality at the moment. You can track this issue to know when we do. |
Closing this for the time being, as it's likely that this theming will mostly be up to the individual chart types for the foreseeable future. For instance, the new metric chart is in charge of its own background color: From a dashbaord point of view, we may add slight styling settings for gutter size, padding, etc, but it is unlikely that we will offer color customizations. If our priorities change, we can potentially reopen this issue. |
@ThomThomson is this background color only per individual charts? So not changable for the different dashboards you put it on? As OP also asked i'd love to make multiple dashboards and be able to see on a screen far away to what i'm looking at. So for example if the screen is green we're looking at production, if the screen is orange we're looking at test. This way we don't have to use labels which we have to read |
Ability to customize dashboard style and appearance
Background
Kibana 4 dashboards had a different background color from panel color, panel borders, and margins. When we introduced Kibana 5, we got rid of all of that because some users found that style to clutter their dashboards, especially if they used many small visualizations. After we did that, we heard from community members who did not like the borderless variation (#9701).
If we give users the ability to customize the look and feel of each dashboard to their own liking, this could solve this problem. Other ways to solve it are by simply adding a border toggle, or introducing a couple new themes (#14123).
Attributes to become customizable
Per dashboard:
Per Panel:
Pros
Cons
Use cases
Mocks:
Implementation Details
color={panelBackgroundColor}
in an outer element, but a particular visualization may have it's own inline styles that will override that. Since we support custom visualization plugins, authors may need/want to adjust their styling.Interaction with dark theme
Sources
https://discuss.elastic.co/t/how-can-we-change-background-color-of-dashboard/35508
https://discuss.elastic.co/t/how-to-change-the-background-color/49291
https://discuss.elastic.co/t/kibana-5-0-step-back/66019
Thor
Examples of customized thor visualizations:
Canvas
The text was updated successfully, but these errors were encountered: