I am unable to show -ive values on pie Chat, All the -ive values are coming as positive values on pie-charts.
I have following set of rows in datatable
While binding above data -10 and -63 are coming as +ive values on pie-chart and data as inconsistent with request to other values.
Please suggest some way-out for this
I have following set of rows in datatable
| Depart_Name | Cost |
| A | 50 |
| B | 25 |
| C | -10 |
| D | 48 |
| E | -63 |
| Total | 50 |
While binding above data -10 and -63 are coming as +ive values on pie-chart and data as inconsistent with request to other values.
Please suggest some way-out for this