Skip to content

Commit

Permalink
removed y2 from barcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongz committed Nov 29, 2024
1 parent af36798 commit 4be852e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sites/docs/pages/components/date-input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ where day > '${inputs.date_filtering_a_query.value}'
data={filtered_query}
x=day
y=sales
y2=num_orders
/>
</div>

Expand All @@ -43,7 +42,7 @@ where day > '${inputs.range_filtering_a_query.value}'
```

<DateInput
name=range_filtering_a_query
name=date_filtering_a_query
data={orders_by_day}
dates=day
/>
Expand All @@ -52,7 +51,6 @@ where day > '${inputs.range_filtering_a_query.value}'
data={filtered_query}
x=day
y=sales
y2=num_orders
/>
````
</DocTab>
Expand Down

0 comments on commit 4be852e

Please sign in to comment.