Skip to content

Commit

Permalink
update(data analysis): change label from 'percent' to 'count
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jan 20, 2019
1 parent 825c439 commit b040cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/StatisticsBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const StatisticsModal = ({
stroke: '#fff',
}}
label={[
'percent',
'count',
{
formatter: (val, item) => (
`${item.point.venue}: ${val}`
Expand Down

0 comments on commit b040cad

Please sign in to comment.