Carousel in kibana canvas

Hi, can we create carousel or kind of slideshow using markdown in kibana canvas ?

eg.
image

Good morning! You can't do this purely with Markdown, and we don't have a carousel element in Canvas at the moment... but you can certainly write your own Element using a plugin! Unfortunately, this is not well-documented at the moment... but we're working on providing that very soon.

If you're interested in creating your own element in Canvas, you can take a look at the Kibana documentation. You'll need to use the interpreter package to register your functions/elements, and you can refer to our existing functions for details as to how they're written.

We're working on getting full docs for plugin developers out soon...!

So apparently, there is a way you can do this in Canvas currently... but it would be a bit hacky. :slight_smile:

You can create Markdown that would create the individual "slides"... and then you'd apply custom CSS to make the carousel move.

Here's an example of how you could implement this today. I hope this helps!

https://gist.github.com/clintandrewhall/e0f3b234619c09804407f8c6c802470b

2 Likes

Thanks its worked :smile:

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