Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jask-oss/reaviz
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Nov 19, 2019
2 parents dd31b4b + c5361c1 commit 068126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BarChart/BarSeries/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { DEFAULT_TRANSITION } from '../../common/Motion';
import { BarLabelProps, BarLabel } from './BarLabel';
import { formatValue } from '../../common/utils/formatting';
import { GuideBarProps, GuideBar } from './GuideBar';
import { ChartTooltipProps, ChartTooltip } from 'common/Tooltip';
import { ChartTooltipProps, ChartTooltip } from '../../common/Tooltip';

export type BarType =
| 'standard'
Expand Down

0 comments on commit 068126c

Please sign in to comment.