I have requirements like plotting a graph for 'salesman wise sales', 'department-wise income ' etc... When I try giving string values in x-axis i am getting errors like below.
Couldn't parse Ahmed as a date
please help.
I have requirements like plotting a graph for 'salesman wise sales', 'department-wise income ' etc... When I try giving string values in x-axis i am getting errors like below.
Couldn't parse Ahmed as a date
please help.
The values other than
dateorfloatare prohibited forx-values. See Data Format. However you may put yourstringvalues in anarrayand use indexes instead of actualstringvalues.See
xValueParser,valueFormatterandaxisLabelFormatteras well.