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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.