<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chart JS on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/chart-js/</link><description>Recent content in Chart JS on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/chart-js/index.xml" rel="self" type="application/rss+xml"/><item><title>Add a Chart (with Chart JS library) in your bot</title><link>https://academy.test.quriobot.com/advanced-options-api-js-response-data-etc/add-a-chart-with-chart-js-library-in-your-bot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/advanced-options-api-js-response-data-etc/add-a-chart-with-chart-js-library-in-your-bot/</guid><description>What if you want to embed some charts in your bot?
It&amp;rsquo;s possible with just a few steps!
You can see a working demo here: DEMO
We make use of the Chart JS library, for more options, please check their documentation.
Step 1. Enable developer mode
Step 2. Create a chat text of type HTML, and add such code:
&amp;lt;canvas id=&amp;#34;myChart&amp;#34; width=&amp;#34;100%&amp;#34;&amp;gt;&amp;lt;/canvas&amp;gt; &amp;lt;script&amp;gt; function loadChart() { var ctx; var myChart; //console.</description></item></channel></rss>