Variable: chart-face-color-list
chart-face-color-list is a variable defined in chart.el.gz.
Value
("red" "green" "blue" "cyan" "yellow" "purple")
Documentation
Colors to use when generating chart-face-list.
Colors will be the background color.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/chart.el.gz
(defvar chart-face-color-list '("red" "green" "blue"
"cyan" "yellow" "purple")
"Colors to use when generating `chart-face-list'.
Colors will be the background color.")