getFrameData of ui.rangechart, Methods Webix Docs

StartAPI Referenceui.rangechartMethods

returns an array of objects that are included into the range

array getFrameData();

arrayan array of objects that are included into the range (including the starting and ending ones)

Available only in PRO Edition

Example

rangechart.getFrameData();

Back to top