How to get border for each visualization in Kibana 5 like Kibana 4

Missing border between two visualization. It is possible in kibana 4. Is there any option to get borders around visualizations in Kibana 5?

In 5.5 the behavior has changed slightly to showing borders when you're editing a dashboard and removing them when not.

Otherwise, there isn't a way without modifying the stylesheets. If you do, you can add a custom style and rebuild, but this method isn't supported.

.panel {
  border: 1px solid green;
}

In which file i have to edit sir?

I just modified the kibana.style.css file like you told. Then how can i apply this change? Please help me...

Yes it is worked. I just run the kibana as usual after changes applied. Thank you sir:slightly_smiling_face::smiley:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.