Browse Source

fix(issues) Remove event chart from issue list (#11879)

While the chart is quite nice it doesn't match up with the data
displayed in each issue row and distrust and confusion in what the
product is showing.

Fixes APP-1082
Mark Story 6 years ago
parent
commit
2dbbd99a1a

+ 0 - 5
src/sentry/static/sentry/app/views/organizationStream/overview.jsx

@@ -24,7 +24,6 @@ import ConfigStore from 'app/stores/configStore';
 import GroupStore from 'app/stores/groupStore';
 import SelectedGroupStore from 'app/stores/selectedGroupStore';
 import TagStore from 'app/stores/tagStore';
-import EventsChart from 'app/views/organizationEvents/eventsChart';
 import SentryTypes from 'app/sentryTypes';
 import StreamActions from 'app/views/stream/actions';
 import StreamFilters from 'app/views/stream/filters';
@@ -633,10 +632,6 @@ const OrganizationStream = createReactClass({
             savedSearchList={this.state.savedSearchList}
           />
 
-          <Panel>
-            <EventsChart query="" organization={this.props.organization} />
-          </Panel>
-
           <Panel>
             <StreamActions
               orgId={params.orgId}