Hi I’m Trying to create a pdf download with this URL:
https://quickchart.io/chart?c={type:'bar',data:{labels:["Empathy", "Resonance", "Optimism", "Self-Esteem", "EROS"],datasets:[{label:'Self',backgroundColor: 'rgba(100, 55, 165, 0.61)', borderColor: 'rgba(100,55,165,1)', data:[58.3,47.8,55.8,78,59.9]},{label:'A',backgroundColor: 'rgba(242, 142, 43, 0.68)',borderColor:'rgb(255,151,52)',data:[70,59.5,71.8,56.8,64.5]},{label:'B',backgroundColor: 'rgba(242, 142, 43, 0.48)',borderColor:'rgb(255,151,52)',data:[,,,,]},{label:'C',backgroundColor: 'rgba(242, 142, 43, 0.20)',borderColor:'rgb(255,151,52)',data:[,,,,]},{label:'D',backgroundColor: 'rgba(242, 142, 43, 0.07)',borderColor:'rgb(255,151,52)',data:[,,,,]}]},options:{title:{display:true,text:'Steph Foster EROS 360 Results',}}}&format=pdf
However, none of the border colours are working. Am I formatting it wrong?
Also is there anyway to embed a logo into the chart, some branding would be great!
Cameron