0๐
โ
I made it just changed the data
to this:
data = {
labels: created_date,
datasets: allCurrency.map(currency => ({
label: currency,
borderColor: generateRandomColor(),
data: albanianLek
}))
};
Source:stackexchange.com