dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
369 stars 96 forks source link

Editable color node palette #107

Closed evamillan closed 2 years ago

evamillan commented 2 years ago

This PR adds the feature requested at #26. The colors are loaded from the Elastic UI color palette to match the rest of the charts and are saved to the plugin's state so that they are kept even if the visualization is refreshed. When it runs out of EUI colors, it generates a random color. Each color can also be set individually by clicking on the legend, which opens the browser's default color picker. Here is a small demo of what the feature looks like: network The changes have been tested on OpenSearch Dashboards 1.3.2.

evamillan commented 2 years ago

Hi @dlumbrer, can you take a look at this PR?

dlumbrer commented 2 years ago

LGTM, Thank you @evamillan