echartsConfig.js 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358
  1. /**
  2. * echarts默认配置项
  3. *
  4. * @desc echarts基于Canvas,纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据统计图表。
  5. * @author Kener (@Kener-林峰, kener.linfeng@gmail.com)
  6. *
  7. */
  8. //define(function() {
  9. // 请原谅我这样写,这显然可以直接返回个对象,但那样的话outline就显示不出来了~~
  10. var echartsConfig = {
  11. // 全图默认背景
  12. backgroundColor: 'rgba(0,0,0,0)',
  13. // 默认色板
  14. color: ['#ff7f50','#87cefa','#da70d6','#32cd32','#6495ed',
  15. '#ff69b4','#ba55d3','#cd5c5c','#ffa500','#40e0d0',
  16. '#1e90ff','#ff6347','#7b68ee','#00fa9a','#ffd700',
  17. '#6699FF','#ff6666','#3cb371','#b8860b','#30e0e0'],
  18. // 图表标题
  19. title: {
  20. zlevel: 0, // 一级层叠
  21. z: 6, // 二级层叠
  22. show: true,
  23. text: '',
  24. link: null, // 超链接跳转
  25. target: null, // 仅支持self | blank
  26. subtext: '',
  27. sublink: null, // 超链接跳转
  28. subtarget: null, // 仅支持self | blank
  29. x: 'left', // 水平安放位置,默认为左对齐,可选为:
  30. // 'center' ¦ 'left' ¦ 'right'
  31. // ¦ {number}(x坐标,单位px)
  32. y: 'top', // 垂直安放位置,默认为全图顶端,可选为:
  33. // 'top' ¦ 'bottom' ¦ 'center'
  34. // ¦ {number}(y坐标,单位px)
  35. textAlign: null, // 水平对齐方式,默认根据x设置自动调整
  36. backgroundColor: 'rgba(0,0,0,0)',
  37. borderColor: '#ccc', // 标题边框颜色
  38. borderWidth: 0, // 标题边框线宽,单位px,默认为0(无边框)
  39. padding: 5, // 标题内边距,单位px,默认各方向内边距为5,
  40. // 接受数组分别设定上右下左边距,同css
  41. itemGap: 5, // 主副标题纵向间隔,单位px,默认为10,
  42. textStyle: {
  43. fontSize: 18,
  44. fontWeight: 'bolder',
  45. color: '#333' // 主标题文字颜色
  46. },
  47. subtextStyle: {
  48. color: '#aaa' // 副标题文字颜色
  49. }
  50. },
  51. // 图例
  52. legend: {
  53. zlevel: 0, // 一级层叠
  54. z: 4, // 二级层叠
  55. show: true,
  56. orient: 'horizontal', // 布局方式,默认为水平布局,可选为:
  57. // 'horizontal' ¦ 'vertical'
  58. x: 'center', // 水平安放位置,默认为全图居中,可选为:
  59. // 'center' ¦ 'left' ¦ 'right'
  60. // ¦ {number}(x坐标,单位px)
  61. y: 'top', // 垂直安放位置,默认为全图顶端,可选为:
  62. // 'top' ¦ 'bottom' ¦ 'center'
  63. // ¦ {number}(y坐标,单位px)
  64. backgroundColor: 'rgba(0,0,0,0)',
  65. borderColor: '#ccc', // 图例边框颜色
  66. borderWidth: 0, // 图例边框线宽,单位px,默认为0(无边框)
  67. padding: 5, // 图例内边距,单位px,默认各方向内边距为5,
  68. // 接受数组分别设定上右下左边距,同css
  69. itemGap: 10, // 各个item之间的间隔,单位px,默认为10,
  70. // 横向布局时为水平间隔,纵向布局时为纵向间隔
  71. itemWidth: 20, // 图例图形宽度
  72. itemHeight: 14, // 图例图形高度
  73. textStyle: {
  74. color: '#333' // 图例文字颜色
  75. },
  76. selectedMode: true, // 选择模式,默认开启图例开关
  77. selected: null, // 配置默认选中状态,可配合LEGEND.SELECTED事件做动态数据载入
  78. data: [] // 图例内容(详见legend.data,数组中每一项代表一个item
  79. },
  80. // 值域
  81. dataRange: {
  82. zlevel: 0, // 一级层叠
  83. z: 4, // 二级层叠
  84. show: true,
  85. orient: 'vertical', // 布局方式,默认为垂直布局,可选为:
  86. // 'horizontal' ¦ 'vertical'
  87. x: 'left', // 水平安放位置,默认为全图左对齐,可选为:
  88. // 'center' ¦ 'left' ¦ 'right'
  89. // ¦ {number}(x坐标,单位px)
  90. y: 'bottom', // 垂直安放位置,默认为全图底部,可选为:
  91. // 'top' ¦ 'bottom' ¦ 'center'
  92. // ¦ {number}(y坐标,单位px)
  93. backgroundColor: 'rgba(0,0,0,0)',
  94. borderColor: '#ccc', // 值域边框颜色
  95. borderWidth: 0, // 值域边框线宽,单位px,默认为0(无边框)
  96. padding: 5, // 值域内边距,单位px,默认各方向内边距为5,
  97. // 接受数组分别设定上右下左边距,同css
  98. itemGap: 10, // 各个item之间的间隔,单位px,默认为10,
  99. // 横向布局时为水平间隔,纵向布局时为纵向间隔
  100. itemWidth: 20, // 值域图形宽度,线性渐变水平布局宽度为该值 * 10
  101. itemHeight: 14, // 值域图形高度,线性渐变垂直布局高度为该值 * 10
  102. min: null, // 最小值
  103. max: null, // 最大值
  104. precision: 0, // 小数精度,默认为0,无小数点
  105. splitNumber: 5, // 分割段数,默认为5,为0时为线性渐变
  106. calculable: false, // 是否值域漫游,启用后无视splitNumber,线性渐变
  107. selectedMode: true, // 选择模式,默认开启值域开关
  108. hoverLink: true,
  109. realtime: true,
  110. color:['#006edd','#e0ffff'],//颜色
  111. formatter: null,
  112. text:null, // 文本,默认为数值文本
  113. textStyle: {
  114. color: '#333' // 值域文字颜色
  115. }
  116. },
  117. toolbox: {
  118. zlevel: 0, // 一级层叠
  119. z: 6, // 二级层叠
  120. show: false,
  121. orient: 'horizontal', // 布局方式,默认为水平布局,可选为:
  122. // 'horizontal' ¦ 'vertical'
  123. x: 'right', // 水平安放位置,默认为全图右对齐,可选为:
  124. // 'center' ¦ 'left' ¦ 'right'
  125. // ¦ {number}(x坐标,单位px)
  126. y: 'top', // 垂直安放位置,默认为全图顶端,可选为:
  127. // 'top' ¦ 'bottom' ¦ 'center'
  128. // ¦ {number}(y坐标,单位px)
  129. color: ['#1e90ff','#22bb22','#4b0082','#d2691e'],
  130. disableColor: '#ddd',
  131. effectiveColor: 'red',
  132. backgroundColor: 'rgba(0,0,0,0)', // 工具箱背景颜色
  133. borderColor: '#ccc', // 工具箱边框颜色
  134. borderWidth: 0, // 工具箱边框线宽,单位px,默认为0(无边框)
  135. padding: 5, // 工具箱内边距,单位px,默认各方向内边距为5,
  136. // 接受数组分别设定上右下左边距,同css
  137. itemGap: 10, // 各个item之间的间隔,单位px,默认为10,
  138. // 横向布局时为水平间隔,纵向布局时为纵向间隔
  139. itemSize: 16, // 工具箱图形宽度
  140. showTitle: true,
  141. textStyle: {},
  142. feature: {
  143. mark: {
  144. show: false,
  145. title: {
  146. mark: '辅助线开关',
  147. markUndo: '删除辅助线',
  148. markClear: '清空辅助线'
  149. },
  150. lineStyle: {
  151. width: 1,
  152. color: '#1e90ff',
  153. type: 'dashed'
  154. }
  155. },
  156. dataZoom: {
  157. show: false,
  158. title: {
  159. dataZoom: '区域缩放',
  160. dataZoomReset: '区域缩放后退'
  161. }
  162. },
  163. dataView: {
  164. show: false,
  165. title: '数据视图',
  166. readOnly: false,
  167. lang: ['数据视图', '关闭', '刷新']
  168. },
  169. magicType: {
  170. show: false,
  171. title: {
  172. line: '折线图切换',
  173. bar: '柱形图切换',
  174. stack: '堆积',
  175. tiled: '平铺',
  176. force: '力导向布局图切换',
  177. chord: '和弦图切换',
  178. pie: '饼图切换',
  179. funnel: '漏斗图切换'
  180. },
  181. option: {
  182. line: {},
  183. bar: {},
  184. stack: {},
  185. tiled: {},
  186. force: {},
  187. chord: {},
  188. pie: {},
  189. funnel: {}
  190. },
  191. type: [] // 'line', 'bar', 'stack', 'tiled', 'force', 'chord', 'pie', 'funnel'
  192. },
  193. restore: {
  194. show: false,
  195. title: '还原'
  196. },
  197. saveAsImage: {
  198. show: false,
  199. title: '保存为图片',
  200. type: 'png',
  201. lang: ['点击保存']
  202. }
  203. }
  204. },
  205. // 提示框
  206. tooltip: {
  207. zlevel: 1, // 一级层叠,频繁变化的tooltip指示器在pc上独立一层
  208. z: 8, // 二级层叠
  209. show: true,
  210. showContent: true, // tooltip主体内容
  211. trigger: 'item', // 触发类型,默认数据触发,见下图,可选为:'item' ¦ 'axis'
  212. position : null,
  213. formatter: null, // 内容格式器:{string}(Template) ¦ {Function}
  214. islandFormatter: '{a} <br/>{b} : {c}', // 数据孤岛内容格式器,非标准参数
  215. showDelay: 20, // 显示延迟,添加显示延迟可以避免频繁切换,单位ms
  216. hideDelay: 100, // 隐藏延迟,单位ms
  217. transitionDuration: 0.4, // 动画变换时间,单位s
  218. enterable: false,
  219. backgroundColor: 'rgba(0,0,0,0.7)', // 提示背景颜色,默认为透明度为0.7的黑色
  220. borderColor: '#333', // 提示边框颜色
  221. borderRadius: 4, // 提示边框圆角,单位px,默认为4
  222. borderWidth: 0, // 提示边框线宽,单位px,默认为0(无边框)
  223. padding: 5, // 提示内边距,单位px,默认各方向内边距为5,
  224. // 接受数组分别设定上右下左边距,同css
  225. axisPointer: { // 坐标轴指示器,坐标轴触发有效
  226. type: 'line', // 默认为直线,可选为:'line' | 'shadow' | 'cross'
  227. lineStyle: { // 直线指示器样式设置
  228. color: '#48b',
  229. width: 2,
  230. type: 'solid'
  231. },
  232. crossStyle: {
  233. color: '#1e90ff',
  234. width: 1,
  235. type: 'dashed'
  236. },
  237. shadowStyle: { // 阴影指示器样式设置
  238. color: 'rgba(150,150,150,0.3)', // 阴影颜色
  239. width: 'auto', // 阴影大小
  240. type: 'default'
  241. }
  242. },
  243. textStyle: {
  244. color: '#fff'
  245. }
  246. },
  247. // 区域缩放控制器
  248. dataZoom: {
  249. zlevel: 0, // 一级层叠
  250. z: 4, // 二级层叠
  251. show: false,
  252. orient: 'horizontal', // 布局方式,默认为水平布局,可选为:
  253. // 'horizontal' ¦ 'vertical'
  254. x: null, // 水平安放位置,默认为根据grid参数适配,可选为:
  255. // {number}(x坐标,单位px)
  256. y: null, // 垂直安放位置,默认为根据grid参数适配,可选为:
  257. // {number}(y坐标,单位px)
  258. //width: {number}, // 指定宽度,横向布局时默认为根据grid参数适配
  259. //height: {number}, // 指定高度,纵向布局时默认为根据grid参数适配
  260. backgroundColor: 'rgba(0,0,0,0)', // 背景颜色
  261. dataBackgroundColor: '#eee', // 数据背景颜色
  262. fillerColor: 'rgba(144,197,237,0.2)', // 填充颜色
  263. handleColor: 'rgba(70,130,180,0.8)', // 手柄颜色
  264. handleSize: 8,
  265. showDetail: true,
  266. xAxisIndex: [], // 默认控制所有横向类目
  267. yAxisIndex: [], // 默认控制所有横向类目
  268. start: 0, // 默认为0
  269. end: 100, // 默认为全部 100%
  270. realtime: true,
  271. zoomLock: false // 是否锁定选择区域大小
  272. },
  273. // 网格
  274. grid: {
  275. zlevel: 0, // 一级层叠
  276. z: 0, // 二级层叠
  277. x: 80,
  278. y: 60,
  279. x2: 80,
  280. y2: 60,
  281. width: null,
  282. height: null,
  283. backgroundColor: 'rgba(0,0,0,0)',
  284. borderWidth: 1,
  285. borderColor: '#ccc'
  286. },
  287. // 类目轴
  288. categoryAxis: {
  289. zlevel: 0, // 一级层叠
  290. z: 0, // 二级层叠
  291. show: true,
  292. position: 'bottom', // 位置
  293. name: '', // 坐标轴名字,默认为空
  294. nameLocation: 'end', // 坐标轴名字位置,支持'start' | 'end'
  295. nameTextStyle: {}, // 坐标轴文字样式,默认取全局样式
  296. boundaryGap: true, // 类目起始和结束两端空白策略
  297. axisLine: { // 坐标轴线
  298. show: true, // 默认显示,属性show控制显示与否
  299. onZero: true,
  300. lineStyle: { // 属性lineStyle控制线条样式
  301. color: '#48b',
  302. width: 2,
  303. type: 'solid'
  304. }
  305. },
  306. axisTick: { // 坐标轴小标记
  307. show: true, // 属性show控制显示与否,默认不显示
  308. interval: 'auto',
  309. inside: false, // 控制小标记是否在grid里
  310. onGap: null,
  311. length :5, // 属性length控制线长
  312. lineStyle: { // 属性lineStyle控制线条样式
  313. color: '#333',
  314. width: 1
  315. }
  316. },
  317. axisLabel: { // 坐标轴文本标签,详见axis.axisLabel
  318. show: true,
  319. interval: 'auto',
  320. rotate: 0,
  321. margin: 8,
  322. clickable: false,
  323. formatter: null,
  324. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  325. color: '#333'
  326. }
  327. },
  328. splitLine: { // 分隔线
  329. show: true, // 默认显示,属性show控制显示与否
  330. onGap: null,
  331. lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式
  332. color: ['#ccc'],
  333. width: 1,
  334. type: 'solid'
  335. }
  336. },
  337. splitArea: { // 分隔区域
  338. show: false, // 默认不显示,属性show控制显示与否
  339. // onGap: null,
  340. areaStyle: { // 属性areaStyle(详见areaStyle)控制区域样式
  341. color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']
  342. }
  343. }
  344. },
  345. // 数值型坐标轴默认参数
  346. valueAxis: {
  347. zlevel: 0, // 一级层叠
  348. z: 0, // 二级层叠
  349. show: true,
  350. position: 'left', // 位置
  351. name: '', // 坐标轴名字,默认为空
  352. nameLocation: 'end', // 坐标轴名字位置,支持'start' | 'end'
  353. nameTextStyle: {}, // 坐标轴文字样式,默认取全局样式
  354. boundaryGap: [0, 0], // 数值起始和结束两端空白策略
  355. min: null, // 最小值
  356. max: null, // 最大值
  357. scale: false, // 脱离0值比例,放大聚焦到最终_min,_max区间
  358. splitNumber: null, // 分割段数
  359. axisLine: { // 坐标轴线
  360. show: true, // 默认显示,属性show控制显示与否
  361. onZero: true,
  362. lineStyle: { // 属性lineStyle控制线条样式
  363. color: '#48b',
  364. width: 2,
  365. type: 'solid'
  366. }
  367. },
  368. axisTick: { // 坐标轴小标记
  369. show: false, // 属性show控制显示与否,默认不显示
  370. inside: false, // 控制小标记是否在grid里
  371. length :5, // 属性length控制线长
  372. lineStyle: { // 属性lineStyle控制线条样式
  373. color: '#333',
  374. width: 1
  375. }
  376. },
  377. axisLabel: { // 坐标轴文本标签,详见axis.axisLabel
  378. show: true,
  379. rotate: 0,
  380. margin: 8,
  381. clickable: false,
  382. formatter: null,
  383. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  384. color: '#333'
  385. }
  386. },
  387. splitLine: { // 分隔线
  388. show: true, // 默认显示,属性show控制显示与否
  389. lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式
  390. color: ['#ccc'],
  391. width: 1,
  392. type: 'solid'
  393. }
  394. },
  395. splitArea: { // 分隔区域
  396. show: false, // 默认不显示,属性show控制显示与否
  397. areaStyle: { // 属性areaStyle(详见areaStyle)控制区域样式
  398. color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']
  399. }
  400. }
  401. },
  402. polar: {
  403. zlevel: 0, // 一级层叠
  404. z: 0, // 二级层叠
  405. center: ['50%', '50%'], // 默认全局居中
  406. radius: '75%',
  407. startAngle: 90,
  408. boundaryGap: [0, 0], // 数值起始和结束两端空白策略
  409. splitNumber: 5,
  410. name: {
  411. show: true,
  412. formatter: null,
  413. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  414. color: '#333'
  415. }
  416. },
  417. axisLine: { // 坐标轴线
  418. show: true, // 默认显示,属性show控制显示与否
  419. lineStyle: { // 属性lineStyle控制线条样式
  420. color: '#ccc',
  421. width: 1,
  422. type: 'solid'
  423. }
  424. },
  425. axisLabel: { // 坐标轴文本标签,详见axis.axisLabel
  426. show: false,
  427. formatter: null,
  428. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  429. color: '#333'
  430. }
  431. },
  432. splitArea: {
  433. show: true,
  434. areaStyle: {
  435. color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']
  436. }
  437. },
  438. splitLine: {
  439. show: true,
  440. lineStyle: {
  441. width: 1,
  442. color: '#ccc'
  443. }
  444. },
  445. type: 'polygon',
  446. indicator : []
  447. },
  448. timeline: {
  449. zlevel: 0, // 一级层叠
  450. z: 4, // 二级层叠
  451. show: true,
  452. type: 'time', // 模式是时间类型,支持 number
  453. notMerge: false,
  454. realtime: true,
  455. x: 80,
  456. y: null,
  457. x2: 80,
  458. y2: 0,
  459. width: null,
  460. height: 50,
  461. backgroundColor: 'rgba(0,0,0,0)', // 时间轴背景颜色
  462. borderColor: '#ccc', // 时间轴边框颜色
  463. borderWidth: 0, // 时间轴边框线宽,单位px,默认为0(无边框)
  464. padding: 5, // 时间轴内边距,单位px,默认各方向内边距为5,
  465. controlPosition: 'left', // 'right' | 'none'
  466. autoPlay: false,
  467. loop: true,
  468. playInterval: 2000, // 播放时间间隔,单位ms
  469. lineStyle: {
  470. width: 1,
  471. color: '#666',
  472. type: 'dashed'
  473. },
  474. label: { // 文本标签
  475. show: true,
  476. interval: 'auto',
  477. rotate: 0,
  478. formatter: null,
  479. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  480. color: '#333'
  481. }
  482. },
  483. checkpointStyle: {
  484. symbol: 'auto',
  485. symbolSize: 'auto',
  486. color: 'auto',
  487. borderColor: 'auto',
  488. borderWidth: 'auto',
  489. label: { // 文本标签
  490. show: false,
  491. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  492. color: 'auto'
  493. }
  494. }
  495. },
  496. controlStyle: {
  497. itemSize: 15,
  498. itemGap: 5,
  499. normal: { color: '#333'},
  500. emphasis: { color: '#1e90ff'}
  501. },
  502. symbol: 'emptyDiamond',
  503. symbolSize: 4,
  504. currentIndex: 0,
  505. data: null
  506. },
  507. roamController: {
  508. zlevel: 0, // 一级层叠
  509. z: 4, // 二级层叠
  510. show: true,
  511. x: 'left', // 水平安放位置,默认为全图左对齐,可选为:
  512. // 'center' ¦ 'left' ¦ 'right'
  513. // ¦ {number}(x坐标,单位px)
  514. y: 'top', // 垂直安放位置,默认为全图顶端,可选为:
  515. // 'top' ¦ 'bottom' ¦ 'center'
  516. // ¦ {number}(y坐标,单位px)
  517. width: 80,
  518. height: 120,
  519. backgroundColor: 'rgba(0,0,0,0)',
  520. borderColor: '#ccc', // 图例边框颜色
  521. borderWidth: 0, // 图例边框线宽,单位px,默认为0(无边框)
  522. padding: 5, // 图例内边距,单位px,默认各方向内边距为5,
  523. // 接受数组分别设定上右下左边距,同css
  524. handleColor: '#6495ed',
  525. fillerColor: '#fff',
  526. step: 15, // 移动幅度
  527. mapTypeControl: null
  528. },
  529. // 柱形图默认参数
  530. bar: {
  531. zlevel: 0, // 一级层叠
  532. z: 2, // 二级层叠
  533. clickable: true,
  534. legendHoverLink: true,
  535. stack: null,
  536. xAxisIndex: 0,
  537. yAxisIndex: 0,
  538. barMinHeight: 0,
  539. barWidth: null, // 默认自适应
  540. barGap: '30%', // 柱间距离,默认为柱形宽度的30%,可设固定值
  541. barCategoryGap: '20%', // 类目间柱形距离,默认为类目间距的20%,可设固定值
  542. itemStyle: {
  543. normal: {
  544. color: null,
  545. barBorderColor: '#fff', // 柱条边线
  546. barBorderRadius: 0, // 柱条边线圆角,单位px,默认为0
  547. barBorderWidth: 0, // 柱条边线线宽,单位px,默认为1
  548. label: {
  549. show: false,
  550. formatter: null,
  551. position: null,
  552. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  553. }
  554. },
  555. emphasis: {
  556. color: null,
  557. barBorderColor: '#fff', // 柱条边线
  558. barBorderRadius: 0, // 柱条边线圆角,单位px,默认为0
  559. barBorderWidth: 0, // 柱条边线线宽,单位px,默认为1
  560. label: {
  561. show: false,
  562. formatter: null,
  563. position: null,
  564. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  565. }
  566. }
  567. }
  568. },
  569. // 折线图默认参数
  570. line: {
  571. zlevel: 0, // 一级层叠
  572. z: 2, // 二级层叠
  573. clickable: true,
  574. legendHoverLink: true,
  575. stack: null,
  576. xAxisIndex: 0,
  577. yAxisIndex: 0,
  578. itemStyle: {
  579. normal: {
  580. color: null,
  581. label: {
  582. show: false,
  583. formatter: null,
  584. position: null,
  585. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  586. },
  587. lineStyle: {
  588. width: 2,
  589. type: 'solid',
  590. shadowColor: 'rgba(0,0,0,0)', //默认透明
  591. shadowBlur: 0,
  592. shadowOffsetX: 0,
  593. shadowOffsetY: 0
  594. }
  595. },
  596. emphasis: {
  597. color: null,
  598. label: {
  599. show: false,
  600. formatter: null,
  601. position: null,
  602. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  603. }
  604. }
  605. },
  606. smooth : false,
  607. symbol: null, // 拐点图形类型,非标准参数
  608. symbolSize: 2, // 可计算特性参数,空数据拖拽提示图形大小
  609. symbolRotate : null, // 拐点图形旋转控制
  610. showAllSymbol: false // 标志图形默认只有主轴显示(随主轴标签间隔隐藏策略)
  611. },
  612. // K线图默认参数
  613. k: {
  614. zlevel: 0, // 一级层叠
  615. z: 2, // 二级层叠
  616. clickable: true,
  617. hoverable: true,
  618. legendHoverLink: false,
  619. xAxisIndex: 0,
  620. yAxisIndex: 0,
  621. barWidth: null, // 默认自适应
  622. barMaxWidth: null, // 默认自适应
  623. itemStyle: {
  624. normal: {
  625. color: '#fff', // 阳线填充颜色
  626. color0: '#00aa11', // 阴线填充颜色
  627. lineStyle: {
  628. width: 1,
  629. color: '#ff3200', // 阳线边框颜色
  630. color0: '#00aa11' // 阴线边框颜色
  631. }
  632. },
  633. emphasis: {
  634. color: null,
  635. color0: null
  636. }
  637. }
  638. },
  639. // 散点图默认参数
  640. scatter: {
  641. zlevel: 0, // 一级层叠
  642. z: 2, // 二级层叠
  643. clickable: true,
  644. legendHoverLink: true,
  645. xAxisIndex: 0,
  646. yAxisIndex: 0,
  647. symbol: null, // 图形类型,非标准参数
  648. symbolSize: 4, // 图形大小,半宽(半径)参数,当图形为方向或菱形则总宽度为symbolSize * 2
  649. symbolRotate: null, // 图形旋转控制
  650. large: false, // 大规模散点图
  651. largeThreshold: 2000, // 大规模阀值,large为true且数据量>largeThreshold才启用大规模模式
  652. itemStyle: {
  653. normal: {
  654. color: null,
  655. label: {
  656. show: false,
  657. formatter: null,
  658. position: null,
  659. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  660. }
  661. },
  662. emphasis: {
  663. color: null,
  664. label: {
  665. show: false,
  666. formatter: null,
  667. position: null,
  668. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  669. }
  670. }
  671. }
  672. },
  673. // 雷达图默认参数
  674. radar: {
  675. zlevel: 0, // 一级层叠
  676. z: 2, // 二级层叠
  677. clickable: true,
  678. legendHoverLink: true,
  679. polarIndex: 0,
  680. itemStyle: {
  681. normal: {
  682. color: null,
  683. label: {
  684. show: false
  685. },
  686. lineStyle: {
  687. width: 2,
  688. type: 'solid'
  689. }
  690. },
  691. emphasis: {
  692. color: null,
  693. label: {
  694. show: false
  695. }
  696. }
  697. },
  698. symbol: null, // 拐点图形类型,非标准参数
  699. symbolSize: 2, // 可计算特性参数,空数据拖拽提示图形大小
  700. symbolRotate : null // 图形旋转控制
  701. },
  702. // 饼图默认参数
  703. pie: {
  704. zlevel: 0, // 一级层叠
  705. z: 2, // 二级层叠
  706. clickable: true,
  707. legendHoverLink: true,
  708. center: ['50%', '50%'], // 默认全局居中
  709. radius: [0, '75%'],
  710. clockWise: true, // 默认顺时针
  711. startAngle: 90,
  712. minAngle: 0, // 最小角度改为0
  713. selectedOffset: 10, // 选中是扇区偏移量
  714. selectedMode: false, // 选择模式,默认关闭,可选single,multiple
  715. roseType: null, // 南丁格尔玫瑰图模式,'radius'(半径) | 'area'(面积)
  716. itemStyle: {
  717. normal: {
  718. color: null,
  719. borderColor: 'rgba(0,0,0,0)',
  720. borderWidth: 1,
  721. label: {
  722. show: true,
  723. position: 'outer',
  724. formatter: null,
  725. textStyle: null,
  726. distance: null
  727. },
  728. labelLine: {
  729. show: true,
  730. length: 20,
  731. lineStyle: {
  732. color: null,
  733. width: 1,
  734. type: 'solid'
  735. }
  736. }
  737. },
  738. emphasis: {
  739. color: null,
  740. borderColor: 'rgba(0,0,0,0)',
  741. borderWidth: 1,
  742. label: {
  743. show: false,
  744. position: 'outer',
  745. formatter: null,
  746. textStyle: null,
  747. distance: null
  748. },
  749. labelLine: {
  750. show: false,
  751. length: 20,
  752. lineStyle: {
  753. color: null,
  754. width: 1,
  755. type: 'solid'
  756. }
  757. }
  758. }
  759. }
  760. },
  761. map: {
  762. zlevel: 0, // 一级层叠
  763. z: 2, // 二级层叠
  764. mapType: 'china',
  765. mapLocation: {
  766. x : 'center',
  767. y : 'center',
  768. width: null, // 自适应
  769. height:null // 自适应
  770. },
  771. mapValueCalculation: 'sum', // 数值合并方式,默认加和,可选为:'sum' | 'average'
  772. mapValuePrecision: 0, // 地图数值计算结果小数精度
  773. showLegendSymbol: true, // 显示图例颜色标识(系列标识的小圆点),存在legend时生效
  774. selectedMode: false, // 选择模式,默认关闭,可选single,multiple
  775. dataRangeHoverLink: true,
  776. hoverable: true,
  777. clickable: true,
  778. roam: false, // 是否开启缩放及漫游模式
  779. scaleLimit: null,
  780. itemStyle: {
  781. normal: {
  782. color: null,
  783. borderColor: 'rgba(0,0,0,0)',
  784. borderWidth: 1,
  785. areaStyle: {
  786. color: '#ccc'
  787. },
  788. label: {
  789. show: false,
  790. textStyle: {
  791. color: 'rgb(139,69,19)'
  792. }
  793. }
  794. },
  795. emphasis: { // 也是选中样式
  796. color: null,
  797. borderColor: 'rgba(0,0,0,0)',
  798. borderWidth: 1,
  799. areaStyle: {
  800. color: 'rgba(255,215,0,0.8)'
  801. },
  802. label: {
  803. show: false,
  804. textStyle: {
  805. color: 'rgb(100,0,0)'
  806. }
  807. }
  808. }
  809. }
  810. },
  811. force: {
  812. zlevel: 1, // 一级层叠
  813. z: 2, // 二级层叠
  814. // 布局中心
  815. center: ['50%', '50%'],
  816. // 布局大小
  817. size: '100%',
  818. // 防止节点和节点,节点和边之间的重叠
  819. preventOverlap: false,
  820. // 布局冷却因子,值越小结束时间越短,值越大时间越长但是结果也越收敛
  821. coolDown: 0.99,
  822. // 数据映射到圆的半径的最小值和最大值
  823. minRadius: 10,
  824. maxRadius: 20,
  825. // 是否根据屏幕比例拉伸
  826. ratioScaling: false,
  827. // 在 500+ 顶点的图上建议设置 large 为 true, 会使用 Barnes-Hut simulation
  828. // 同时开启 useWorker 并且把 steps 值调大
  829. // 关于Barnes-Hut simulation: http://en.wikipedia.org/wiki/Barnes–Hut_simulation
  830. large: false,
  831. // 是否在浏览器支持 worker 的时候使用 web worker
  832. useWorker: false,
  833. // 每一帧 force 迭代的次数,仅在启用webworker的情况下有用
  834. steps: 1,
  835. // 布局缩放因子,并不完全精确, 效果跟布局大小类似
  836. scaling: 1.0,
  837. // 向心力因子,越大向心力越大( 所有顶点会往 center 的位置收拢 )
  838. gravity: 1,
  839. symbol: 'circle',
  840. // symbolSize 为 0 的话使用映射到minRadius-maxRadius后的值
  841. symbolSize: 0,
  842. linkSymbol: null,
  843. linkSymbolSize: [10, 15],
  844. draggable: true,
  845. clickable: true,
  846. roam: false,
  847. // 分类里如果有样式会覆盖节点默认样式
  848. categories: [{
  849. // itemStyle
  850. // symbol
  851. // symbolSize
  852. // name
  853. }],
  854. itemStyle: {
  855. normal: {
  856. color: null,
  857. label: {
  858. show: false,
  859. position: 'inside',
  860. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  861. },
  862. nodeStyle : {
  863. brushType : 'both',
  864. borderColor : '#5182ab',
  865. borderWidth: 1
  866. },
  867. linkStyle: {
  868. color: '#5182ab',
  869. width: 1,
  870. type: 'line'
  871. }
  872. },
  873. emphasis: {
  874. color: null,
  875. label: {
  876. show: false,
  877. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  878. },
  879. nodeStyle: {},
  880. linkStyle: {
  881. opacity: 0
  882. }
  883. }
  884. }
  885. // nodes: [{
  886. // name: 'xxx',
  887. // value: 1,
  888. // itemStyle: {},
  889. // initial: [0, 0],
  890. // fixX: false,
  891. // fixY: false,
  892. // ignore: false,
  893. // symbol: 'circle',
  894. // symbolSize: 0
  895. // }]
  896. // links: [{
  897. // source: 1,
  898. // target: 2,
  899. // weight: 1,
  900. // itemStyle: {}
  901. // }, {
  902. // source: 'xxx',
  903. // target: 'ooo'
  904. // }]
  905. },
  906. chord: {
  907. zlevel: 0, // 一级层叠
  908. z: 2, // 二级层叠
  909. clickable: true,
  910. radius: ['65%', '75%'],
  911. center: ['50%', '50%'],
  912. padding: 2,
  913. sort: 'none', // can be 'none', 'ascending', 'descending'
  914. sortSub: 'none', // can be 'none', 'ascending', 'descending'
  915. startAngle: 90,
  916. clockWise: true,
  917. ribbonType: true,
  918. /***************** 下面的配置项在 ribbonType 为 false 时有效 */
  919. // 同force类似
  920. minRadius: 10,
  921. maxRadius: 20,
  922. symbol: 'circle',
  923. /***************** 上面的配置项在 ribbonType 为 false 时有效 */
  924. /***************** 下面的配置项在 ribbonType 为 true 时有效 */
  925. showScale: false,
  926. showScaleText: false,
  927. /***************** 上面的配置项在 ribbonType 为 true 时有效 */
  928. // 分类里如果有样式会覆盖节点默认样式
  929. categories: [{
  930. // itemStyle
  931. // symbol
  932. // symbolSize
  933. // name
  934. }],
  935. itemStyle: {
  936. normal: {
  937. borderWidth: 0,
  938. borderColor: '#000',
  939. label: {
  940. show: true,
  941. rotate: false,
  942. distance: 5,
  943. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  944. },
  945. chordStyle: {
  946. /** ribbonType = false 时有效 */
  947. width: 1,
  948. color: 'black',
  949. /** ribbonType = true 时有效 */
  950. borderWidth: 1,
  951. borderColor: '#999',
  952. opacity: 0.5
  953. }
  954. },
  955. emphasis: {
  956. borderWidth: 0,
  957. borderColor: '#000',
  958. chordStyle: {
  959. /** ribbonType = false 时有效 */
  960. width: 1,
  961. color: 'black',
  962. /** ribbonType = true 时有效 */
  963. borderWidth: 1,
  964. borderColor: '#999'
  965. }
  966. }
  967. },
  968. data: [],
  969. // Source data matrix
  970. /**
  971. * target
  972. * -1--2--3--4--5-
  973. * 1| x x x x x
  974. * 2| x x x x x
  975. * 3| x x x x x source
  976. * 4| x x x x x
  977. * 5| x x x x x
  978. *
  979. * Relation ship from source to target
  980. * https://github.com/mbostock/d3/wiki/Chord-Layout#wiki-chord
  981. *
  982. * Row based
  983. */
  984. matrix: [],
  985. nodes: [],
  986. links: []
  987. },
  988. gauge: {
  989. zlevel: 0, // 一级层叠
  990. z: 2, // 二级层叠
  991. center: ['50%', '50%'], // 默认全局居中
  992. clickable: true,
  993. legendHoverLink: true,
  994. radius: '75%',
  995. startAngle: 225,
  996. endAngle: -45,
  997. min: 0, // 最小值
  998. max: 100, // 最大值
  999. precision: 0, // 小数精度,默认为0,无小数点
  1000. splitNumber: 10, // 分割段数,默认为10
  1001. axisLine: { // 坐标轴线
  1002. show: true, // 默认显示,属性show控制显示与否
  1003. lineStyle: { // 属性lineStyle控制线条样式
  1004. color: [[0.2, '#228b22'],[0.8, '#48b'],[1, '#ff4500']],
  1005. width: 30
  1006. }
  1007. },
  1008. axisTick: { // 坐标轴小标记
  1009. show: true, // 属性show控制显示与否,默认不显示
  1010. splitNumber: 5, // 每份split细分多少段
  1011. length :8, // 属性length控制线长
  1012. lineStyle: { // 属性lineStyle控制线条样式
  1013. color: '#eee',
  1014. width: 1,
  1015. type: 'solid'
  1016. }
  1017. },
  1018. axisLabel: { // 坐标轴文本标签,详见axis.axisLabel
  1019. show: true,
  1020. formatter: null,
  1021. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  1022. color: 'auto'
  1023. }
  1024. },
  1025. splitLine: { // 分隔线
  1026. show: true, // 默认显示,属性show控制显示与否
  1027. length :30, // 属性length控制线长
  1028. lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式
  1029. color: '#eee',
  1030. width: 2,
  1031. type: 'solid'
  1032. }
  1033. },
  1034. pointer: {
  1035. show: true,
  1036. length: '80%',
  1037. width: 8,
  1038. color: 'auto'
  1039. },
  1040. title: {
  1041. show: true,
  1042. offsetCenter: [0, '-40%'], // x, y,单位px
  1043. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  1044. color: '#333',
  1045. fontSize: 15
  1046. }
  1047. },
  1048. detail: {
  1049. show: true,
  1050. backgroundColor: 'rgba(0,0,0,0)',
  1051. borderWidth: 0,
  1052. borderColor: '#ccc',
  1053. width: 100,
  1054. height: 40,
  1055. offsetCenter: [0, '40%'], // x, y,单位px
  1056. formatter: null,
  1057. textStyle: { // 其余属性默认使用全局文本样式,详见TEXTSTYLE
  1058. color: 'auto',
  1059. fontSize: 30
  1060. }
  1061. }
  1062. },
  1063. funnel: {
  1064. zlevel: 0, // 一级层叠
  1065. z: 2, // 二级层叠
  1066. clickable: true,
  1067. legendHoverLink: true,
  1068. x: 80,
  1069. y: 60,
  1070. x2: 80,
  1071. y2: 60,
  1072. width: null,
  1073. height: null,
  1074. min: 0,
  1075. max: 100,
  1076. minSize: '0%',
  1077. maxSize: '100%',
  1078. sort: 'descending', // 'ascending', 'descending'
  1079. gap: 0,
  1080. funnelAlign: 'center',
  1081. itemStyle: {
  1082. normal: {
  1083. color: null,
  1084. borderColor: '#fff',
  1085. borderWidth: 1,
  1086. label: {
  1087. show: true,
  1088. position: 'outer',
  1089. formatter: null, // 标签文本格式器,同Tooltip.formatter,不支持回调
  1090. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1091. },
  1092. labelLine: {
  1093. show: true,
  1094. length: 10,
  1095. lineStyle: {
  1096. color: null,
  1097. width: 1,
  1098. type: 'solid'
  1099. }
  1100. }
  1101. },
  1102. emphasis: {
  1103. color: null,
  1104. borderColor: 'rgba(0,0,0,0)',
  1105. borderWidth: 1,
  1106. label: {
  1107. show: true
  1108. },
  1109. labelLine: {
  1110. show: true
  1111. }
  1112. }
  1113. }
  1114. },
  1115. eventRiver: {
  1116. zlevel: 0, // 一级层叠
  1117. z: 2, // 二级层叠
  1118. clickable: true,
  1119. legendHoverLink: true,
  1120. itemStyle: {
  1121. normal: {
  1122. color: null,
  1123. borderColor: 'rgba(0,0,0,0)',
  1124. borderWidth: 1,
  1125. label: {
  1126. show: true,
  1127. position: 'inside', // 可选为'left'|'right'|'top'|'bottom'
  1128. formatter: '{b}',
  1129. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1130. }
  1131. },
  1132. emphasis: {
  1133. color: null,
  1134. borderColor: 'rgba(0,0,0,0)',
  1135. borderWidth: 1,
  1136. label: {
  1137. show: true
  1138. }
  1139. }
  1140. }
  1141. },
  1142. island: {
  1143. zlevel: 0, // 一级层叠
  1144. z: 5, // 二级层叠
  1145. r: 15,
  1146. calculateStep: 0.1 // 滚轮可计算步长 0.1 = 10%
  1147. },
  1148. markPoint: {
  1149. clickable: true,
  1150. symbol: 'pin', // 标注类型
  1151. symbolSize: 10, // 标注大小,半宽(半径)参数,当图形为方向或菱形则总宽度为symbolSize * 2
  1152. symbolRotate : null,// 标注旋转控制
  1153. large: false,
  1154. effect: {
  1155. show: false,
  1156. loop: true,
  1157. period: 15, // 运动周期,无单位,值越大越慢
  1158. type: 'scale', // 可用为 scale | bounce
  1159. scaleSize: 2, // 放大倍数,以markPoint点size为基准
  1160. bounceDistance: 10, // 跳动距离,单位px
  1161. color: null,
  1162. shadowColor: null,
  1163. shadowBlur: 0 // 炫光模糊
  1164. },
  1165. itemStyle: {
  1166. normal: {
  1167. color: null,
  1168. borderColor: null, // 标注边线颜色,优先于color
  1169. borderWidth: 2, // 标注边线线宽,单位px,默认为1
  1170. label: {
  1171. show: true,
  1172. // 标签文本格式器,同Tooltip.formatter,不支持回调
  1173. formatter: null,
  1174. position: 'inside', // 可选为'left'|'right'|'top'|'bottom'
  1175. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1176. }
  1177. },
  1178. emphasis: {
  1179. color: null,
  1180. label: {
  1181. show: true,
  1182. // 标签文本格式器,同Tooltip.formatter,不支持回调
  1183. formatter: null,
  1184. position: 'inside', // 'left'|'right'|'top'|'bottom'
  1185. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1186. }
  1187. }
  1188. }
  1189. },
  1190. markLine: {
  1191. clickable: true,
  1192. // 标线起始和结束的symbol介绍类型,如果都一样,可以直接传string
  1193. symbol: ['circle', 'arrow'],
  1194. // 标线起始和结束的symbol大小,半宽(半径)参数,当图形为方向或菱形则总宽度为symbolSize * 2
  1195. symbolSize: [2, 4],
  1196. // 标线起始和结束的symbol旋转控制
  1197. symbolRotate: null,
  1198. smooth: false,
  1199. smoothRadian: 0.2, // 平滑弧度
  1200. precision: 2,
  1201. effect: {
  1202. show: false,
  1203. loop: true,
  1204. period: 15, // 运动周期,无单位,值越大越慢
  1205. scaleSize: 2, // 放大倍数,以markLine线lineWidth为基准
  1206. color: null,
  1207. shadowColor: null,
  1208. shadowBlur: 'lineWidth*2' // 炫光模糊,默认等于scaleSize计算所得
  1209. },
  1210. itemStyle: {
  1211. normal: {
  1212. color: null, // 标线主色,线色,symbol主色
  1213. borderColor: null, // 标线symbol边框颜色,优先于color
  1214. borderWidth: 1.5, // 标线symbol边框线宽,单位px,默认为2
  1215. label: {
  1216. show: true,
  1217. // 标签文本格式器,同Tooltip.formatter,不支持回调
  1218. formatter: null,
  1219. // 可选为 'start'|'end'|'left'|'right'|'top'|'bottom'
  1220. position: 'end',
  1221. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1222. },
  1223. lineStyle: {
  1224. color: null, // 主色,线色,优先级高于borderColor和color
  1225. width: null, // 优先于borderWidth
  1226. type: 'dashed',
  1227. shadowColor : 'rgba(0,0,0,0)', //默认透明
  1228. shadowBlur: 0,
  1229. shadowOffsetX: 0,
  1230. shadowOffsetY: 0
  1231. }
  1232. },
  1233. emphasis: {
  1234. color: null,
  1235. label: {
  1236. show: false,
  1237. // 标签文本格式器,同Tooltip.formatter,不支持回调
  1238. formatter : null,
  1239. position: 'inside', // 'left'|'right'|'top'|'bottom'
  1240. textStyle: null // 默认使用全局文本样式,详见TEXTSTYLE
  1241. },
  1242. lineStyle : {}
  1243. }
  1244. }
  1245. },
  1246. // 主题,主题
  1247. textStyle: {
  1248. decoration: 'none',
  1249. fontFamily: 'Arial, Verdana, sans-serif',
  1250. fontFamily2: '微软雅黑', // IE8- 字体模糊并且,不支持不同字体混排,额外指定一份
  1251. fontSize: 12,
  1252. fontStyle: 'normal',
  1253. fontWeight: 'normal'
  1254. },
  1255. EVENT: {
  1256. // -------全局通用
  1257. REFRESH: 'refresh',
  1258. RESTORE: 'restore',
  1259. RESIZE: 'resize',
  1260. CLICK: 'click',
  1261. DBLCLICK: 'dblclick',
  1262. HOVER: 'hover',
  1263. MOUSEOUT: 'mouseout',
  1264. //MOUSEWHEEL: 'mousewheel',
  1265. // -------业务交互逻辑
  1266. DATA_CHANGED: 'dataChanged',
  1267. DATA_ZOOM: 'dataZoom',
  1268. DATA_RANGE: 'dataRange',
  1269. DATA_RANGE_SELECTED: 'dataRangeSelected',
  1270. DATA_RANGE_HOVERLINK: 'dataRangeHoverLink',
  1271. LEGEND_SELECTED: 'legendSelected',
  1272. LEGEND_HOVERLINK: 'legendHoverLink',
  1273. MAP_SELECTED: 'mapSelected',
  1274. PIE_SELECTED: 'pieSelected',
  1275. MAGIC_TYPE_CHANGED: 'magicTypeChanged',
  1276. DATA_VIEW_CHANGED: 'dataViewChanged',
  1277. TIMELINE_CHANGED: 'timelineChanged',
  1278. MAP_ROAM: 'mapRoam',
  1279. FORCE_LAYOUT_END: 'forceLayoutEnd',
  1280. // -------内部通信
  1281. TOOLTIP_HOVER: 'tooltipHover',
  1282. TOOLTIP_IN_GRID: 'tooltipInGrid',
  1283. TOOLTIP_OUT_GRID: 'tooltipOutGrid',
  1284. ROAMCONTROLLER: 'roamController'
  1285. },
  1286. DRAG_ENABLE_TIME: 120, // 降低图表内元素拖拽敏感度,单位ms,不建议外部干预
  1287. EFFECT_ZLEVEL : 10, // 特效动画zlevel
  1288. // 主题,默认标志图形类型列表
  1289. symbolList: [
  1290. 'circle', 'rectangle', 'triangle', 'diamond',
  1291. 'emptyCircle', 'emptyRectangle', 'emptyTriangle', 'emptyDiamond'
  1292. ],
  1293. loadingEffect: 'spin',
  1294. loadingText: '数据读取中...',
  1295. noDataEffect: 'bubble',
  1296. noDataText: '暂无数据',
  1297. // noDataLoadingOption: null,
  1298. // 可计算特性配置,孤岛,提示颜色
  1299. calculable: false, // 默认关闭可计算特性
  1300. calculableColor: 'rgba(255,165,0,0.6)', // 拖拽提示边框颜色
  1301. calculableHolderColor: '#ccc', // 可计算占位提示颜色
  1302. nameConnector: ' & ',
  1303. valueConnector: ': ',
  1304. animation: true, // 过渡动画是否开启
  1305. addDataAnimation: true, // 动态数据接口是否开启动画效果
  1306. animationThreshold: 2000, // 动画元素阀值,产生的图形原素超过2000不出动画
  1307. animationDuration: 2000, // 过渡动画参数:进入
  1308. animationDurationUpdate: 500, // 过渡动画参数:更新
  1309. animationEasing: 'ExponentialOut' //BounceOut
  1310. };
  1311. // return config;
  1312. //});