var chart = c3.generate({
size: {
height: 240,
width: 480
},
data: {
columns: [
['sample', 30, 200, 100, 400, 150, 250]
]
}
});