fix(chart-line): fix line-chart tooltip.axisPointer.lineStyle does not take effect close #130 (#131)
This commit is contained in:
parent
5e0aad622b
commit
868e1cf47e
|
@ -217,5 +217,5 @@ export const line = (columns, rows, settings, extra) => {
|
|||
|
||||
let options = { legend, xAxis, series, yAxis, tooltip }
|
||||
|
||||
return options
|
||||
return { ...options, ...settings }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue