yValue of ui.rangechart, Properties Webix Docs
a property of the dataset that defines values for the vertical axis.
string yValue;
Example
webix.ui({
container:"chartDiv",
view:"chart",
type:"scatter",
xValue: "#a#",
yValue: "#b#"
...
});
Related samples
Details
The method is analog to the value property.
See also
API
Articles
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of chart library product.