cltArr.push([profpt.distance,profpt.clutter,profpt.category]); fresArr.push([profpt.distance,profpt.freznel,0]); f60Arr.push([profpt.distance,profpt.freznel_60,0]); losArr.push([profpt.distance,profpt.los,0]); pcnt++; }) let echtopts: EChartsOption = { title: { show: tru...
type: 'piecewise', show: true, position: 'top', orient: 'horizontal', scrollable: true, // Enables scrolling for many conditions itemWidth: 20, itemHeight: 16, pieces: [ { gt: 0, lte: 5, color: '#FF0000', label: '0 - 5' }, { gt: 5, lte: 10, color: '#FF4500', label...