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

Getting rid of Line Fill For StockLines/SmoothLines #230

Closed cesar-salad closed 6 years ago

cesar-salad commented 6 years ago

Before filing an issue please ensure the following boxes are checked, if applicable:

So I want to use either the StockLine or SmoothLine to represent a multiple line chart graph, however I haven't been able to get rid of the default fill area under each of the line. Does anybody know how I would manage that?

soloviola commented 6 years ago

Check toggle options.showAreas

cesar-salad commented 6 years ago

Thanks that's exactly what I needed, but on a side note do you know how I can just show the area for a certain line and not all the lines I have in the chart?