I'm trying to implement design into Kibana's Canvas and I'm stuck.
I need two things:
How to add the actual bar values at the end (or anywhere) of the bars?
Any chance to change the color of the bars regarding some value. I know how to do it on an image but is it possible to do this here?
You can use the text parameter of the pointseries. From the side bar, under dimensions and measures, click the + button, select text and set it to value.
Or you can stick it in the expression by simply adding text=value to pointseries
As for changing the bar colors. You'll need to add a series style for them, though I think there's a bug when using horizontalBars=true at the moment, we're poking at it.
Great! Any chance I can wrap the values in (x)? Any markup that can be added? EDIT: Did that with css. ::before and ::after did the trick.
Also, where to start with learning all this functions? Are they Elasticsearch or just Kibana? Some good courses/tutorials would be greatly appreciated.
Functions are specifically a Kibana Canvas thing, check out the stuff on canvas.elastic.co. There's a bunch of stories and videos, along with reference documentation
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.