(seriesModel, api)
| 44238 | var RADIAN = Math.PI / 180; |
| 44239 | |
| 44240 | function getViewRect(seriesModel, api) { |
| 44241 | return getLayoutRect( |
| 44242 | seriesModel.getBoxLayoutParams(), { |
| 44243 | width: api.getWidth(), |
| 44244 | height: api.getHeight() |
| 44245 | } |
| 44246 | ); |
| 44247 | } |
| 44248 | |
| 44249 | var pieLayout = function (seriesType, ecModel, api, payload) { |
| 44250 | ecModel.eachSeriesByType(seriesType, function (seriesModel) { |
no test coverage detected