Open kbvanhaverbeck opened 3 years ago
name, color and count property must be found in your data
@OkancanCosar - I do:
I/ReactNativeJS: 'srStatus', [ { name: 'SRstatus', count: 1, color: '#AECBF6' }, { name: 'SRstatus', count: 1, color: '#D6E5FB' }, { name: 'SRstatus', count: 1, color: '#EC9B9D' }, { name: 'SRstatus', count: 1, color: '#39B54A' }, { name: 'SRstatus', count: 1, color: '#FEC710' }, { name: 'SRstatus', count: 1, color: '#F57F20' }, { name: 'SRstatus', count: 1, color: '#F5D6D6' }, { name: 'SRstatus', count: 1, color: '#DDE7D5' }, { name: 'SRstatus', count: 1, color: '#FCF1D2' }, { name: 'Other', count: 24, color: '#B9B9B9' } ]
{ name: 'Other', count: 24, color: '#B9B9B9', legendFontColor: "#7F7F7F", } Object should have legendFontColor.
I recently upgraded react-native and all of my dependencies:
with the dependencies:
I have no label appearing in my chart:
I do see the legend - but there is no label next to each marker.