0

I am a newbie creating an OpenSearch Dashboard. I wonder whether it is possible to customise the axis of the charts that are created. For example, if I was representing information based on countries, would be possible to add images or pictograms about flags? enter image description here

Many thanks in advance.

Edu
  • 903
  • 6
  • 17

1 Answers1

1

So I am not sure that you can put images there (without writing a custom plugin that is). What you could do is enrich the name fields with their respective countries flags. This transform could be done with a scripted field from OpenSearch Dashboards or if you are using fluentbit you could use a calculated field with a dict mapping.

Dtaivpp
  • 21
  • 2