UNPKG

openui5-financial-charts

Version:
1 lines 344 B
sap.ui.define(["sap/ui/core/Control","./library"],function(e){"use strict";return e.extend("openui5.financial.chart.SeriesItem",{metadata:{library:"openui5.financial.chart",properties:{time:"string"}},setTime:function(e){this.setProperty("time",e,true)},_getMin:function(){return undefined},_getMax:function(){return undefined},renderer:{}})});