← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14084: GIS, extended color palette.

 

------------------------------------------------------------
revno: 14084
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-02-21 01:05:08 +0100
message:
  GIS, extended color palette.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/custom.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/custom.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/custom.js	2013-08-20 12:59:06 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/custom.js	2014-02-21 00:05:08 +0000
@@ -32,6 +32,21 @@
 			items: {
 				xtype: 'colorpicker',
 				closeAction: 'hide',
+                width: 163,
+                height: 179,
+                colors: [
+                    'FFFFFF', 'FFDADA', 'FFEEDA', 'FFFFDA', 'DAFFDA', 'DAFFFF', 'DAEEFF', 'DADAFF', 'F7DAFF',
+                    'E2E2E2', 'FFB6B6', 'FFDDB6', 'FFFFB6', 'B6FFB6', 'B6FFFF', 'B6DDFF', 'B6B6FF', 'F0B6FF',
+                    'C6C6C6', 'FF9191', 'FFCC91', 'FFFF91', '91FF91', '91FFFF', '91CCFF', '9191FF', 'E991FF',
+                    'AAAAAA', 'FF6D6D', 'FFBB6D', 'FFFF6D', '6DFF6D', '6DFFFF', '6DBBFF', '6D6DFF', 'E16DFF',
+                    '8D8D8D', 'FF4848', 'FFAA48', 'FFFF48', '48FF48', '48FFFF', '48AAFF', '4848FF', 'DA48FF',
+                    '717171', 'FF2424', 'FF9924', 'FFFF24', '24FF24', '24FFFF', '2499FF', '2424FF', 'D324FF',
+                    '555555', 'FF0000', 'FF8800', 'FFFF00', '00FF00', '00FFFF', '0088FF', '0000FF', 'CC00FF',
+                    '383838', 'BF0000', 'BF6600', 'E2E200', '00BF00', '00CCCC', '006CCC', '0000CC', 'A300CC',
+                    '1C1C1C', '7F0000', '7F4400', 'C6C600', '007F00', '007F7F', '00447F', '00007F', '66007F',
+                    '000000', '3F0000', '3F2200', '8D8D00', '003F00', '003F3F', '00223F', '00003F', '33003F'
+
+                ],
 				listeners: {
 					select: function(cp, color) {
 						that.setValue(color);