theme.js 572 B

1234567891011121314
  1. export default {
  2. fontFamily: "\n BlinkMacSystemFont, \"Segoe UI\", Roboto,\"Helvetica Neue\",\n Helvetica, \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\",\n SimSun, \"sans-serif\"",
  3. textColor: '#2C3542',
  4. activeTextColor: '#333333',
  5. uncheckedColor: '#D8D8D8',
  6. lineColor: '#416180',
  7. regionColor: '#CCD7EB',
  8. verticalAxisRotate: -Math.PI / 4,
  9. horizontalAxisRotate: Math.PI / 4,
  10. // descriptionIcon theme
  11. descriptionIconStroke: '#fff',
  12. descriptionIconFill: 'rgba(58, 73, 101, .25)',
  13. };
  14. //# sourceMappingURL=theme.js.map