()
| 8025 | backgroundColor: [ |
| 8026 | 'rgba(74, 158, 255, 0.8)', |
| 8027 | 'rgba(0, 212, 255, 0.8)', |
| 8028 | 'rgba(91, 159, 255, 0.8)', |
| 8029 | 'rgba(107, 170, 255, 0.8)' |
| 8030 | ], |
| 8031 | borderColor: [ |
| 8032 | 'rgba(74, 158, 255, 1)', |
| 8033 | 'rgba(0, 212, 255, 1)', |
| 8034 | 'rgba(91, 159, 255, 1)', |
| 8035 | 'rgba(107, 170, 255, 1)' |
| 8036 | ], |
| 8037 | borderWidth: 1 |
| 8038 | }] |
| 8039 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected