Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Feature/bar improvements #538

Merged
merged 3 commits into from
Nov 15, 2017
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions demo/components/victory-bar-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default class App extends React.Component {

<ChartWrap scale={{ x: "log", y: "linear" }}>
<VictoryBar
cornerRadius={4}
scale={{ x: "log", y: "linear" }}
horizontal
data={[
Expand All @@ -142,6 +143,7 @@ export default class App extends React.Component {

<ChartWrap scale={{ x: "linear", y: "log" }}>
<VictoryBar
cornerRadius={5}
style={{ data: { width: 15, fill: "red" } }}
scale={{ x: "linear", y: "log" }}
data={[
Expand Down
1 change: 1 addition & 0 deletions demo/components/victory-polar-chart-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ class App extends React.Component {
]}
/>
<VictoryBar name="bar-3"
cornerRadius={5}
style={{ data: { fill: "gold", width: 20 } }}
data={[
{ x: 45, y: 20 },
Expand Down
Loading