How to generate a interactive chart link to embed into an iframe?

I would like to pass data, generate a URL and have the chart be hoverable, & interactive. Currently I see only static images that are been generated.

Here is an example of the end result
frame src=“No-Code Chart Maker” frameborder=“0” width=“1000” height=“600”>/iframe

Hi @jdsouza1,

Unfortunately it’s not possible to use dynamic title, labels, and dataN overrides in the iframe embed. This is something that is on our todo list…

These parameters are available in the image, https://quickchart.io/chart/render/zm-bff8122b-2e56-4320-9a5b-6544445a8eda. For example, https://quickchart.io/chart/render/zm-bff8122b-2e56-4320-9a5b-6544445a8eda?title=My+Title

Thank you for getting back to me. I was able to build a POC based on the image(happy to demo as well). We are really looking forward to dynamic title , labels, either through an end point or preferably through a link.
In the meantime, is there another solution you would recommend exploring?

Hi @jdsouza1,

Just writing to let you know that dynamic title, labels, and other properties are now supported in iframe embeds.

Here’s an example:

https://quickchart.io/chart-maker/view/9a560ba4-ab71-4d1e-89ea-ce4741e9d232?title=New%20Title&labels=Test1,Test2&data1=5,10

link