Variable: chart-face-use-pixmaps
chart-face-use-pixmaps is a customizable variable defined in
chart.el.gz.
Value
nil
Documentation
Non-nil to use fancy pixmaps in the background of chart face colors.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/chart.el.gz
(defcustom chart-face-use-pixmaps nil
"Non-nil to use fancy pixmaps in the background of chart face colors."
:group 'eieio
:type 'boolean)