componentDidMount() {
        this.chartUpdate = setInterval(() => {
            const { ticks } = this.state;
            const newTick = { epoch: new Date().getTime() / 1000, quote: randomNum() };
            this.setState({