first commit
This commit is contained in:
14
www/bower_components/c3/docs/js/samples/axes_rotated.js
vendored
Normal file
14
www/bower_components/c3/docs/js/samples/axes_rotated.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
var chart = c3.generate({
|
||||
data: {
|
||||
columns: [
|
||||
['data1', 30, 200, 100, 400, 150, 250],
|
||||
['data2', 50, 20, 10, 40, 15, 25]
|
||||
],
|
||||
types: {
|
||||
data1: 'bar',
|
||||
}
|
||||
},
|
||||
axis: {
|
||||
rotated: true
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user