datatype of ui.rangechart, Properties Webix Docs

StartAPI Referenceui.rangechartProperties

the type of loaded data

string datatype;

Values

  • "json"

  • "xml"

  • "jsarray"

  • "csv"

  • "excel" (combined with "binary" proxy)

  • Example

    webix.ui({
        view:"datatable",
        url:"data.xml",
        datatype:"xml"
    });

    Default value:

    "json"

    Related samples

    Details

    With the JSON data type you can omit this property.

    See also

  • API

  • Articles

  • Back to top