New
Specify an image url to use it as a background for your chart! The URL must be completely encoded in order to be handled and we will take care of the rest! The image will take up all the available space.
/chart.js API
If you wish to use our chart.js api endpoint instead, this feature is available through the backgroundImage plugin:
{
"options":{
"plugins":{
"backgroundImage":{
"url":"https://i.imgur.com/hCyint9.jpg"
}
}
}
}
/chart API
The usual chart background parameter now supports a new img
modifier to specify the encoded image url?
chf=bg,img,<image_url>