From 6eacda2128ebaf60385eaf97c041306ce6b0e5c6 Mon Sep 17 00:00:00 2001 From: wuxudong Date: Fri, 19 May 2017 23:46:44 +0800 Subject: [PATCH] update package.json --- Example/app/StackedBarChartScreen.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/app/StackedBarChartScreen.js b/Example/app/StackedBarChartScreen.js index e8d15ce4c..7bddedfa2 100644 --- a/Example/app/StackedBarChartScreen.js +++ b/Example/app/StackedBarChartScreen.js @@ -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')], diff --git a/package.json b/package.json index fb01a53a2..c6e10e6cf 100644 --- a/package.json +++ b/package.json @@ -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",