However, my case is that the values showcase increases and decreases of certain data in a given order, which I'd like to showcase by have the rects look like arrows point in their direction. I'm stumped on a two things:
1. Would it make more sense to draw the entire bar object as a path, or have 2 parts (rect and triangle).
2. How do you dynamically adjust an SVG path based on the data? IE, the height, length, etc needs to be generated based on the data.