summaryrefslogtreecommitdiffstats
path: root/webapp/components/analytics/team_analytics.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-30 09:44:32 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-30 08:44:32 -0400
commite4cb9141a456bbedc4f0e173bc1d912f33846043 (patch)
tree600f8a0046599d15f8f712281f41ae0738d140f0 /webapp/components/analytics/team_analytics.jsx
parentf9aabcab5c4bd564db69a690832b710aaa8c9297 (diff)
downloadchat-e4cb9141a456bbedc4f0e173bc1d912f33846043.tar.gz
chat-e4cb9141a456bbedc4f0e173bc1d912f33846043.tar.bz2
chat-e4cb9141a456bbedc4f0e173bc1d912f33846043.zip
PLT-3051 Fix broken site statistics (#3143)
Diffstat (limited to 'webapp/components/analytics/team_analytics.jsx')
-rw-r--r--webapp/components/analytics/team_analytics.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/components/analytics/team_analytics.jsx b/webapp/components/analytics/team_analytics.jsx
index ffca9199a..574a388d0 100644
--- a/webapp/components/analytics/team_analytics.jsx
+++ b/webapp/components/analytics/team_analytics.jsx
@@ -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'
/>