defines a layout direction for timeline
webix.ui({
view:"timeline",
layout: "x", // horizontal mode is set initially
data:time_data
});
By default Timeline has the vertical layout (layout: "y"). You can switch it to the horizontal layout setting the layout property to "x".