hongyin163 / react-native-chart-android

react native chart modules come from mpandroidchart.
206 stars 81 forks source link

Added option wordWrap to legend #65

Closed farzadab closed 7 years ago

farzadab commented 7 years ago

Chart legend can become too long and the rest is cut off at the moment. So I added the option wordWrap for legend. I checked and it works.

Usage: <*Chart legend={{enabled:true, wordWrap:true}} .../>

P.S.: I'm not sure if there's a need for recompilation or not.