yValue of ui.chart, Properties Webix Docs

StartAPI Referenceui.chartProperties

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.

The property is applicable only to scatter charts

See also

  • API

  • Articles

  • Back to top

    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.