-
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
Color palette selection #1362
Comments
Hi, I will work on it soon. We will create a new panel (as a new dashboard settings tab) to configure a list of (key, color) pairs. We also think of a method to give the same color if data have the same key/name, but not in the configuration table we created. Implem may be visible at https://github.com/meltygroup/kibana soon. Jerome |
That's very cool. I'll be following this Danny On 27 August 2014 19:56, Musialak Jerome [email protected] wrote:
Security & compliance specialists for biomed: http://www.s Private messaging and sharing for doctors and patients: |
Hi, I'm waiting for some informations about kibana4 before starting the development on this feature. |
Seems similar to #1304. Color selection in Kibana 4 is still a point of contention and will be getting a revision in Beta 2 I believe, so this should get discussed in the not too distant future. |
The color discussion seems to be split about multiple issues. Beta 2 didn't had the function for coloring charts individual. (I guess the red/green example for high-low/ok-fail/etc. stuff would be the most common use case.) Is this still in consideration or already worked on? |
I'm just dropping this here to centralize informations about colors: But I'm not sure there is a color set that plays whell visually with overlapping ^-^ |
X-Ref Accessibility: #3129 | X-Ref twbs/bootstrap#14744 Saw this come up during the WebEx chat and wanted to put up an issue at least so it's something that can be considered. Specifically minimum contrast levels per the W3's accessibility guidelines |
👍 |
👍 ETA on this ? |
+1 |
+1 this is a very important one... particularly because we have colorblind users |
👍 unfortunate that a big blocker for a lot of people moving from 3 to 4 revolves around aesthetics |
Without a way to use clear marker colors, it's hard to create charts that show problems at a glance, definitely 👍 |
+1 |
Even for those of us that are not colorblind, having random colors assigned to a chart makes them much harder to understand than kibana3. I wouldn't call that an aesthetic issue, but a bug. |
I also switch to master build. jean-vincent KASSI On Fri, Jan 8, 2016 at 9:48 AM, Olivier Liechti [email protected]
|
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
FYI this has been released with 4.4, you don't need to +1 it anymore :) |
Thanks @markwalkom. With all the +1s, I completely missed that change. Glad I can finally unsubscribe. The +1s are really generating a lot of noise :( |
No more + @michaelneale as this has been released. |
@rashidkpc Is this available on Tile Map? Thanks, |
@sumit-gupta-sgt It's currently not supported on the tile map. See #5517. |
+1 |
1 similar comment
+1 |
+1 |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
For everyone still commenting on this feature, this was released in kibana 4.4. |
+1. Should be available for metrics visualization based on value from another metrics as color range |
+1 Choosing my own color individually and different patterns in the pallet will help. Also to select the color for max value. |
I'm collecting data in elastic search. the mapping looks like this:
"mappings" : {
"dosing": {
"properties" : {
"sitename" : {"type" : "string", "index" : "not_analyzed"},
"subjectlabel" : {"type" : "string", "index" : "not_analyzed"},
"visitnumber" : {"type" : "integer"},
"metric" : {"type" : "string"},
"what" : {"type" : "string"},
"risk" : {"type" : "string"},
}}}
Risk is a string with a low, mid or high value - using an Items panel - I produce a chart with 3 bars - for High, Mid and Low
I have not been able to figure out how to change the colors of the bars - I'm using the default green, yellow and blue - which doesn't really work for high, mid and low risk.
I suppose I could hack the CSS and replace the colors with a different palette but it would be more elegant if there a bar.color property one could set
Ideas?
Thanks
Danny
The text was updated successfully, but these errors were encountered: