Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/cartesian/guides/custom-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ function MyChart() {
<LinearGradient
start={vec(0, 0)}
end={vec(0, 400)}
{/* 👇 using the selected bar, customize children as desired */}
// 👇 using the selected bar, customize children as desired
colors={
i == activeXItem
index == activeXItem
? ["green", "blue"]
: ["#a78bfa", "#a78bfa50"]
}
Expand Down