Remove highlight circle

pull/3159/head
Andrew Watkins 2018-04-10 10:44:26 -07:00
parent 14985a3fa0
commit 7d0d45aea8
2 changed files with 0 additions and 10 deletions

View File

@ -23,7 +23,6 @@ import {
LABEL_WIDTH,
CHAR_PIXELS,
barPlotter,
highlightSeriesOpts,
} from 'src/shared/graphs/helpers'
import {getLineColorsHexes} from 'src/shared/constants/graphColorPalettes'
@ -70,7 +69,6 @@ class Dygraph extends Component {
valueRange: getRange(timeSeries, y2.bounds),
},
},
highlightSeriesOpts,
zoomCallback: (lower, upper) => this.handleZoom(lower, upper),
}
@ -78,10 +76,6 @@ class Dygraph extends Component {
defaultOptions = {
...defaultOptions,
plotter: barPlotter,
highlightSeriesOpts: {
...highlightSeriesOpts,
highlightCircleSize: 0,
},
}
}

View File

@ -190,10 +190,6 @@ export const OPTIONS = {
highlightSeriesBackgroundColor: 'rgb(41, 41, 51)',
}
export const highlightSeriesOpts = {
highlightCircleSize: 5,
}
export const hasherino = (str, len) =>
str
.split('')