-2
I’m using the c3js framework, as I change the direction of the graph?
my current code.
var chart = c3.generate({
data: {
columns: [
['data1', 30, 200, 100, 400, 150, 250],
],
types: {
data1: 'bar',
}
},
});