Fixed default color on dashboard load#486
Conversation
|
upvote 👍 |
|
I updated it to match latest master |
|
👍 |
|
Please take a look at https://github.com/rashidkpc/kibana3/blob/master/CONTRIBUTING.md and let me know when you've completed all of the steps, then I can go ahead and merge this |
|
Yep, all done. Grunt said |
|
Also, maybe second point in CONTRIBUTING.md should be explained with |
|
Am I correct in thinking this fixes the reloading of previous query colors from a saved dashboard? It drives me mad that it loses my nice error/warning/ok colors for graphs every time I reload :) |
|
@Seldaek you are right :) |
|
OK awesome then, looking forward to seeing this merged. |
|
@bobrik Have you signed the CLA? I don't see your name on the list yet. |
|
Sorry about that. I just did it and got confirmation to my email. |
…godeps-mod US16065 Add esdatalogmessage remove godeps mod
This commit adds the legend and highlighters to partition charts. Two new options are added to the <Settings/> components: `flatLegend` will flat the legend for pie/tree hierarchical legend and `legendMaxDepth` will limit the legend hierarchy to a maximum depth value: 1 is the root level (can be combined with the `flatLegend`). close elastic#486, close elastic#532
# [18.3.0](elastic/elastic-charts@v18.2.2...v18.3.0) (2020-04-15) ### Bug Fixes * remove series with undefined splitSeriesAccessor values ([elastic#627](elastic/elastic-charts#627)) ([59f0f6e](elastic/elastic-charts@59f0f6e)) ### Features * gauge, goal and bullet graph (alpha) ([elastic#614](elastic/elastic-charts#614)) ([5669178](elastic/elastic-charts@5669178)) * **partition:** add legend and highlighters ([elastic#616](elastic/elastic-charts#616)) ([6a4247e](elastic/elastic-charts@6a4247e)), closes [elastic#486](elastic/elastic-charts#486) [elastic#532](elastic/elastic-charts#532)
Now it works as expected :)