my data is something like below.
i want to show them in one single chart in highcharts
.
category [jack jane julie john]
i have 3 series of grades like this:
homework [2 1 2 3]
midterm [5 4 6 6]
final exam[10 9 11 10]
i want them to be stacked. and their ages:
ages [18 22 17 24]
my problem is i know how to stack and know how to plot columns but not they together.