may i know how to generate a bar chart with each labels contains its own bar of data eg : ``` data = { labels: ["apple", "orange", "pear"], datasets: **this is the part where i stucked** } ``` i want to have 3 bars displaying : apples -> a bar (10 apples), orange -> a bar (6 oranges), pear -> a bar (4 pears)