Bar graph Stack data on the top of each other
问题 I am using this chart implementation. However, it disperse my data rather than stack on the top of each other. I want to stack my first array on 1970, the second one on 1975. In other words, I would like to have two stacked bar rather than have five. I would like to keep my data array as it is, rather than seperating them into pieces. function createChart() { $("#chart").kendoChart({ title: { text: "World population by age group and sex" }, legend: { visible: false }, seriesDefaults: { type: