Anton Frolov

Results 2 issues of Anton Frolov

This error occurs if you specify a negative number that is greater in modulus than the sum of all positive values ​​of other parts in pie-chart. For example: ``` 'dataProvider'...

For example: ``` 'dataProvider' : [ { 'title': 'category 1', 'value': -20 }, { 'title': 'category 2', 'value': 10 }, { 'title': 'category 3', 'value': -30 } ] ``` Expectation:...