| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastMonthCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastMonthCount) / |
| | | s.lastMonthCount) * |
| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastYearCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastYearCount) / |
| | | s.lastYearCount) * |
| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastMonthCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastMonthCount) / |
| | | s.lastMonthCount) * |
| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastYearCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastYearCount) / |
| | | s.lastYearCount) * |
| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastMonthCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastMonthCount) / |
| | | s.lastMonthCount) * |
| | |
| | | yAxisIndex: 1, |
| | | data: res.map((s: any) => |
| | | s.lastYearCount === 0 |
| | | ? 'NULL' |
| | | ? (s.currentMonthCount > 0 ? 100 : 0).toFixed(2) |
| | | : ( |
| | | ((s.currentMonthCount - s.lastYearCount) / |
| | | s.lastYearCount) * |