Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxudong committed May 19, 2017
1 parent 8e00800 commit 6eacda2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/app/StackedBarChartScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StackedBarChartScreen extends React.Component {
},
data: {
dataSets: [{
values: [{y:[40, 30, 20], marker: "first"}, {y:[10, 20, 10], marker:"second"}, {y:[30, 20, 50], marker:"third"}, {y:[30, 50, 10], marker:"fourth"}],
values: [{y:[40, 30, 20], marker: ["row1", "row2", "row3"]}, {y:[10, 20, 10], marker:"second"}, {y:[30, 20, 50], marker:["hello", "world","third"]}, {y:[30, 50, 10], marker:"fourth"}],
label: 'Stacked Bar dataset',
config: {
colors: [processColor('#C0FF8C'), processColor('#FFF78C'), processColor('#FFD08C')],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/wuxudong/react-native-charts-wrapper.git"
},
"version": "0.2.8",
"version": "0.2.9",
"description": "A react-native charts support both android and ios.",
"author": "wuxudong",
"license": "MIT",
Expand Down

0 comments on commit 6eacda2

Please sign in to comment.