frameId of ui.rangechart, Properties Webix Docs
points to the property in data that will be used for the frame
string frameId;
Example
webix.ui({
view:"rangechart",
frameId:"time",
data: data
});
frameId of ui.rangechart, Properties Webix Docs
points to the property in data that will be used for the frame
string frameId;
webix.ui({
view:"rangechart",
frameId:"time",
data: data
});