Skip to content

fix(discv2): new marker #16106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sentry/static/sentry/app/views/eventsV2/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ProjectBadge from 'app/components/idBadge/projectBadge';
import UserBadge from 'app/components/idBadge/userBadge';
import getDynamicText from 'app/utils/getDynamicText';
import overflowEllipsis from 'app/styles/overflowEllipsis';
import pinIcon from 'app/../images/location-pin.png';
import pinIcon from 'app/../images/icons/icon-location-filled.svg';
import {Organization, NewQuery} from 'app/types';
import Duration from 'app/components/duration';
import floatFormat from 'app/utils/floatFormat';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ const getCurrentEventMarker = (currentEvent: Event) => {
data: [],
markLine: MarkLine({
symbol: [PIN_ICON, 'none'],
symbolSize: [15, 30],
symbolSize: [16, 150],
lineStyle: {
normal: {
color: theme.red,
type: 'dotted',
color: theme.redLight,
type: 'solid',
width: 1,
},
},
tooltip: {
Expand Down Expand Up @@ -246,6 +247,9 @@ const StyledPanel = styled(Panel)`
.echarts-for-react div:first-child {
width: 100% !important;
}
image {
y: 0;
}
`;

LineGraph.propTypes = {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/sentry/static/sentry/images/location-pin.png
Binary file not shown.