Skip to content

ChartJS Email HTTP Request API

Given my chartJS config below I need to get something as close as the following Using Quickchart API, I am submitting the config through the URL, but I am having trouble setting the labels color? options:{legend:{labels:{fontColor: ‘white’}}, Gives me Update 2 I am trying to construct the URL but …

Add in HTML with the help of JavaScript

I am trying to add two “br” after each of my form fields that are not hidden because otherwise, it uses some space in my form and it doesn’t look good. But for some reason it doesn’t appear. The error generated by my code is this one: The HTML generated is this one: As you can see the …

Show a badge notification with Firestore

Hi I am creating a chat app with Firestore. I saw a lot of information about creating a badge notification with cloud messaging but not a lot of information with creating a badge notification without …