add first chartychaaaaarrrt
All checks were successful
/ ls (pull_request) Successful in 1m25s

This commit is contained in:
lubiana 2025-06-16 19:05:29 +02:00
parent 252eac442e
commit 0d236677d4
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
2 changed files with 51 additions and 2 deletions

View file

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
/**
* Returns the importmap for this application.
*
@ -28,4 +26,13 @@ return [
'version' => '5.3.6',
'type' => 'css',
],
'chart.js' => [
'version' => '4.5.0',
],
'@kurkle/color' => [
'version' => '0.3.4',
],
'chart.js/auto' => [
'version' => '4.5.0',
],
];