getFirstId of ui.rangechart, Methods Webix Docs

StartAPI Referenceui.rangechartMethods

returns the ID of the first item

number|string getFirstId();

number|stringthe ID of the first item

Example

// "data" is the ID of dataview 
var firstItemId = $$("data").select($$("data").getFirstId());

Related samples

See also

  • API

  • Articles

  • Back to top