plainheart commented on a change in pull request #13013:
URL:
https://github.com/apache/incubator-echarts/pull/13013#discussion_r459379574
##########
File path: src/chart/line/LineSeries.ts
##########
@@ -103,6 +103,8 @@ export interface LineSeriesOption extends
SeriesOption<LineStateOption, ExtraSta
showAllSymbol?: 'auto'
data?: (LineDataValue | LineDataItemOption)[]
+
+ bolderWhenHover?: boolean
Review comment:
If users specify `emphasis.bolder` is `false` and
`emphasis.lineStyle.width` to `5`, then should the line be bolder with a width
of 5 pixel when hovering on it?
Like this
```js
emphasis: {
focus: 'series',
bolder: false,
lineStyle: {
width: 5
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]