core/common/color.service.ts
Methods |
|
| Async generateColor | ||||||
generateColor(data: string)
|
||||||
|
Parameters :
Returns :
Promise<string>
|
| Async generateColorForDatapoint |
generateColorForDatapoint(fragment: string, series: string)
|
|
Returns :
Promise<string>
|
| Protected Async sha256 | ||||||
sha256(message: string)
|
||||||
|
Parameters :
Returns :
Promise<string>
|
| Protected stringToColor | ||||||
stringToColor(str: string)
|
||||||
|
Parameters :
Returns :
string
|