Untitled
plain_text
a month ago
288 B
3
Indexable
Never
const data = { labels: [ 'Sold by Buy now', 'Sold by Offer', 'Not Sold' ], datasets: [{ label: 'Amount of Products', data: [300, 50, 100], backgroundColor: [ '#F79009', '#F8D883', '#FCEDD9' ], hoverOffset: 4 }] };