From b266ef5c86572b7db0e525e06845c058f520c849 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 8 Nov 2023 19:55:20 +0100 Subject: [PATCH] demo --- demo.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 demo.php diff --git a/demo.php b/demo.php new file mode 100644 index 0000000..6fa6d18 --- /dev/null +++ b/demo.php @@ -0,0 +1,41 @@ + 25, "label" => "Sunday"), + array("y" => 15, "label" => "Monday"), + array("y" => 25, "label" => "Tuesday"), + array("y" => 5, "label" => "Wednesday"), + array("y" => 10, "label" => "Thursday"), + array("y" => 0, "label" => "Friday"), + array("y" => 20, "label" => "Saturday") +); + +?> + + + + + + +
+ + + \ No newline at end of file