Using Kibana 4.6.1.
I have made a ton of custom visualizations (customer facing) for a bunch of metrics. I am using filter matches with labels to make it more understandable to the user.
So it looks like the label only has 20 allowable characters. Meaning "abcdefghjklmnopqrstu" would show up correctly. But anything longer would show up as "abcdefghjklmnopqrstu..."
So the question is, can the legend be made to word wrap with a visualization code behind parameter? -Or- can it be made so that if the user performs a mouseover of the label that it gives a hint of the full text? Right now, I can't find a way to allow the user to see the full text in any way.