Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix: remove diagram animations
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 31, 2019
1 parent a4839cf commit 8ea9407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AccelerometerDiagram/AccelerometerDiagram.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import * as am4core from '@amcharts/amcharts4/core'
import * as am4charts from '@amcharts/amcharts4/charts'
import am4themesAnimated from "@amcharts/amcharts4/themes/animated";
import React, { useEffect, useRef } from 'react'

am4core.useTheme(am4themesAnimated);

export const AccelerometerDiagram = ({ values }: { values: number[] }) => {
const chartRef = useRef<am4charts.RadarChart>()
useEffect(() => {
Expand Down

0 comments on commit 8ea9407

Please sign in to comment.