I was using gicentre but I don't think I can make it interactive or have it become a stacked bar chart. If I implement my own, I would just use rects or lines with thick strokes right? How would the axis and height of the bars work? If I want the bar charts to fit in a portion of my sketch canvas, say 500x500, What would I have to do to draw them accordingly to that? Some of my data are have values in the thousands. Would I need to use the map function or divide the values up?
Thanks