frameId

points to the property in data that will be used for the frame

string frameId;

Example

webix.ui({
    view:"rangechart", 
    frameId:"time",
    data: data
});

Back to top