What can we help you with?

e.g. Getting Started, Build Dashboards

is it possible to make a thumbnail pop-up in a data grid chart?

1 comment

  • Official comment
    Avatar
    Manny Ezeagwula (Edited )

     

    Knowi's data-grid chart types supports HTML tags. For this, you can use the img tag

        "<img src='//api.adorable.io/avatars/100/abott@adorable.png'>".

    However to make it pop when hovering on the record, you can leverage the Lightbox class within the tag. For example:

         '<a class="lightbox" id="img1"><img src="http://insomnia.rest/images/screens/main.png"></a>'

    Here are a couple of examples:

    Comment actions Permalink

Please sign in to leave a comment.