How to bring charts to rasa-webchat

I’m trying to bring data from python action to chat GUI as charts.

I’m using rasa-webchat from botfront GUI and I’m able to bring buttons and carousel but not charts.

I can bring chart as image to rasa-webchat but I’m looking for a solution to bring data as interactive chart in webchat GUI. Any help please ?

@suripaleru Sorry you can’t bring charts to display on rasa-webchat widgets, only you can perform that if you clone the repo and customize the code, for that you need to be aware of node js and react js for the same as rasawebchat is developed on these two. Good Luck!

How are you rendering chart image in webchat?

Maybe you can use Chatbot-Widget

This widget use Chart.js to create charts

Video demo

Screen Shot 2022-05-23 at 18.45.49