PLT-3051 Fix broken site statistics (#3143)

Этот коммит содержится в:
enahum
2016-05-30 09:44:32 -03:00
коммит произвёл Christopher Speller
родитель f9aabcab5c
Коммит e4cb9141a4
4 изменённых файлов: 49 добавлений и 46 удалений

Просмотреть файл

@@ -160,6 +160,11 @@ export default class TeamAnalytics extends React.Component {
/>
}
data={postCountsDay}
options={{
legend: {
display: false
}
}}
width='740'
height='225'
/>
@@ -173,6 +178,11 @@ export default class TeamAnalytics extends React.Component {
/>
}
data={userCountsWithPostsDay}
options={{
legend: {
display: false
}
}}
width='740'
height='225'
/>