Hello all,
I want to use column chart with my sharepoint list. You can think my list as below;

According to this list, I want to create a column chart like this;
I want to show "approval status" information as column according to ID information. For example, two column charts should appear for ID55.
Normally this ID information comes from another sharepoint list (with gallery_X.selected). I need to send query with this ID to another sharepoint lists (also another gallery). Because ID column common these to sharepoint lists.
How can I handle this?