capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 261 forks source link

Can we use multiple options? #205

Open veasnabig opened 6 years ago

veasnabig commented 6 years ago

It is possible, if I want to use multiple options on chart. I have two options and i want to use in the same time in pie chart option. If it is possible, can you show me?

<Pie data={dataPie} options={options} accessorKey="value" />

soloviola commented 6 years ago

what you mean by have two options? can't you merge the two options to be one?