allZbTip method
dynamic
allZbTip()
Implementation
allZbTip() {
zbSetDataPoint = [];
var zt = ztZbTip();
var ft = ftZbTip();
return {
'ztTxtPath': [...zt['txtPath']],
'ztIconPath':[...zt['iconPath']],
'ftTxtPath': [...ft['txtPath']],
'ftIconPath':[...ft['iconPath']],
'imageSize':imageSize
};
}