Skip to content

Commit

Permalink
fix floating tooltip example on documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jan 31, 2025
1 parent 5d8c680 commit 96ac09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tutorials/how_to/tooltip-floating.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ chart.applyOptions({
},
},
});
const series = chart.addSeries({
const series = chart.addSeries(AreaSeries, {
topColor: AREA_TOP_COLOR,
bottomColor: AREA_BOTTOM_COLOR,
lineColor: LINE_LINE_COLOR,
Expand Down

0 comments on commit 96ac09a

Please sign in to comment.