From 4a0b30782dee765aeb1d80185f915988496f3f0c Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 30 Jan 2017 15:09:00 +0000 Subject: [PATCH] graph : adapt the palette git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3361 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.php b/graph.php index 746272b..b6f6130 100644 --- a/graph.php +++ b/graph.php @@ -2583,7 +2583,7 @@ class graphPalette array ("bgcolor"=>"lightblue", "color"=>"blue"), array ("bgcolor"=>"peru", "color"=>"maroon"), array ("bgcolor"=>"mediumaquamarine", "color"=>"teal"), - array ("bgcolor"=>"goldenrod", "color"=>"orange"), + array ("bgcolor"=>"orange", "color"=>"goldenrod"), array ("bgcolor"=>"limegreen", "color"=>"green"), array ("bgcolor"=>"darkgrey", "color"=>"grey"), array ("bgcolor"=>"darkyellow1", "color"=>"darkyellow2"),