Skip to content

Commit e99715e

Browse files
distinct colors
1 parent c225c73 commit e99715e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Visualizer/Module/Utility.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ class Visualizer_Module_Utility extends Visualizer_Module {
3131
const NAME = __CLASS__;
3232

3333
/**
34-
* Some default chart colors.
34+
* Some default distinct colors.
3535
*
3636
* @since 3.3.0
3737
*
3838
* @access private
3939
* @var _CHART_COLORS
4040
*/
4141
private static $_CHART_COLORS = array(
42-
'#3366CC', '#DC3912', '#FF9900', '#109618', '#990099', '#3B3EAC', '#0099C6', '#DD4477', '#66AA00', '#B82E2E', '#316395', '#994499', '#22AA99', '#AAAA11', '#6633CC', '#E67300', '#8B0707', '#329262', '#5574A6', '#3B3EAC',
42+
'#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080',
4343
);
4444

4545

0 commit comments

Comments
 (0)