(vegaTextAngle)
| 8968 | }); |
| 8969 | }; |
| 8970 | function convertAngle(vegaTextAngle) { |
| 8971 | if (vegaTextAngle && !isNaN(vegaTextAngle)) return 360 - vegaTextAngle; |
| 8972 | return 0; |
| 8973 | } |
| 8974 | function convertAlignment(textAlign) { |
| 8975 | switch(textAlign){ |
| 8976 | case "center": |