Skip to content

Commit

Permalink
fix(chart-line): fix line-chart tooltip.axisPointer.lineStyle does no…
Browse files Browse the repository at this point in the history
…t take effect close #130 (#131)
  • Loading branch information
kagol committed Apr 12, 2023
1 parent 5e0aad6 commit 868e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderless/src/chart-line/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ export const line = (columns, rows, settings, extra) => {

let options = { legend, xAxis, series, yAxis, tooltip }

return options
return { ...options, ...settings }
}

0 comments on commit 868e1cf

Please sign in to comment.