1
0

feat: update ganttastic version

This commit is contained in:
Dominik Pschenitschni
2022-10-03 18:37:44 +02:00
committed by kolaente
parent 56b88218b3
commit 2f820e517f
6 changed files with 1599 additions and 1626 deletions

View File

@ -4,7 +4,7 @@
* @param color
* @returns {string}
*/
export function colorFromHex(color) {
export function colorFromHex(color: string) {
if (color.substring(0, 1) === '#') {
color = color.substring(1, 7)
}