Change chart label colour to black; persist select outfitting subpage

This commit is contained in:
Cmdr McDonald
2017-03-20 07:48:44 +00:00
parent e278babee8
commit 2f5d123f02
4 changed files with 33 additions and 9 deletions

View File

@@ -2,8 +2,8 @@ import React, { Component } from 'react';
import Measure from 'react-measure';
import * as d3 from 'd3';
const CORIOLIS_COLOURS = ['#FF8C0D', '#1FB0FF', '#519032', '#D5420D'];
const LABEL_COLOUR = '#FFFFFF';
const CORIOLIS_COLOURS = ['#FF8C0D', '#1FB0FF', '#71A052', '#D5D54D'];
const LABEL_COLOUR = '#000000';
/**
* A pie chart