Events chart.

This commit is contained in:
Mike Cao 2020-08-27 03:42:24 -07:00
parent 5f47f328be
commit 4618dc7f15
9 changed files with 220 additions and 226 deletions

View file

@ -1,7 +1,6 @@
import React, { useState, useRef, useEffect, useCallback } from 'react';
import React from 'react';
import classNames from 'classnames';
import BarChart from './BarChart';
import { format } from 'date-fns';
import styles from './PageviewsChart.module.css';
export default function PageviewsChart({ websiteId, data, unit, className, animationDuration }) {