You are here

protected property ChartsDefaultColors::$defaultColors in Charts 8.3

Same name and namespace in other branches
  1. 8.4 src/Settings/ChartsDefaultColors.php \Drupal\charts\Settings\ChartsDefaultColors::defaultColors
  2. 5.0.x src/Settings/ChartsDefaultColors.php \Drupal\charts\Settings\ChartsDefaultColors::defaultColors

File

src/Settings/ChartsDefaultColors.php, line 9

Class

ChartsDefaultColors

Namespace

Drupal\charts\Settings

Code

protected $defaultColors = [
  '#2f7ed8',
  '#0d233a',
  '#8bbc21',
  '#910000',
  '#1aadce',
  '#492970',
  '#f28f43',
  '#77a1e5',
  '#c42525',
  '#a6c96a',
];