demo4.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. export default {
  2. centerPoint: [0.48, 0.35],
  3. points: [
  4. {
  5. position: [0.52, 0.235],
  6. text: '新乡'
  7. },
  8. {
  9. position: [0.43, 0.29],
  10. text: '焦作'
  11. },
  12. {
  13. position: [0.59, 0.35],
  14. text: '开封'
  15. },
  16. {
  17. position: [0.53, 0.47],
  18. text: '许昌'
  19. },
  20. {
  21. position: [0.45, 0.54],
  22. text: '平顶山'
  23. },
  24. {
  25. position: [0.36, 0.38],
  26. text: '洛阳'
  27. },
  28. {
  29. position: [0.62, 0.55],
  30. text: '周口'
  31. },
  32. {
  33. position: [0.56, 0.56],
  34. text: '漯河'
  35. },
  36. {
  37. position: [0.37, 0.66],
  38. text: '南阳'
  39. },
  40. {
  41. position: [0.55, 0.81],
  42. text: '信阳'
  43. },
  44. {
  45. position: [0.55, 0.67],
  46. text: '驻马店'
  47. },
  48. {
  49. position: [0.37, 0.29],
  50. text: '济源'
  51. },
  52. {
  53. position: [0.20, 0.36],
  54. text: '三门峡'
  55. },
  56. {
  57. position: [0.76, 0.41],
  58. text: '商丘'
  59. },
  60. {
  61. position: [0.59, 0.18],
  62. text: '鹤壁'
  63. },
  64. {
  65. position: [0.68, 0.17],
  66. text: '濮阳'
  67. },
  68. {
  69. position: [0.59, 0.10],
  70. text: '安阳'
  71. }
  72. ],
  73. k: 0.5,
  74. bgImgUrl: '/img/flylineChart/map.jpg',
  75. centerPointImg: {
  76. url: '/img/flylineChart/mapCenterPoint.png'
  77. },
  78. pointsImg: {
  79. url: '/img/flylineChart/mapPoint.png'
  80. }
  81. }