老司机91精品网站在线观看-老司机67194免费观看-老司国产精品视频-老熟人老女人国产老太-中文字幕日本在线-中文字幕日本一区久久

echarts折線圖背景漸變以及常用配置項

2022-4-6    前端達人


  1. let myChart = this.$echarts.init(document.getElementById('plant-charts'));
  2. // 繪制圖表
  3. myChart.setOption({
  4. tooltip: {
  5. formatter: '{c}' //設(shè)置單位
  6. },
  7. //圖例樣式
  8. legend: {
  9. data: ['寬帶情況', '數(shù)據(jù)量'],
  10. textStyle: {//圖例文字的樣式
  11. color: '#fff',
  12. fontSize: 12,
  13. padding: [0, 20, 0, 0]
  14. }
  15. },
  16. grid: { //設(shè)置圖標距離父級div的間距
  17. top: "10",
  18. left: "0",
  19. right: "15",
  20. bottom: "10",
  21. containLabel: true
  22. },
  23. xAxis: {
  24. type: 'category',
  25. boundaryGap: false,
  26. data: ['2015','2016','2017','2018','2019','2020','2021'],
  27. axisLabel: {
  28. interval: '0', //類目軸(category)中用數(shù)值表示顯示間隔,0為顯示所有,1為隔一個顯示一個,以此類推
  29. textStyle: { //文字樣式
  30. color: '#62799C',
  31. fontSize: '12'
  32. },
  33. },
  34. axisTick: { //y軸刻度線不顯示
  35. show: false
  36. },
  37. },
  38. yAxis: {
  39. type: 'value',
  40. //show: false,
  41. axisLabel: {
  42. textStyle: { //文字樣式
  43. color: '#62799C',
  44. fontSize: '12'
  45. },
  46. },
  47. // 控制網(wǎng)格線
  48. splitLine: {
  49. // 改變軸線顏色
  50. lineStyle: {
  51. color: '#2a2a2d'
  52. }
  53. },
  54. axisTick: { //y軸刻度線
  55. show: false
  56. },
  57. },
  58. series: [{
  59. data: [5000,6000,7000,4400,3200,4500,6800],
  60. type: 'line',
  61. itemStyle: {
  62. normal: {
  63. color: 'rgba(62,139,222,1)'//線顏色
  64. }
  65. },
  66. areaStyle: {
  67. normal: {
  68. color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [{ //折線圖顏色漸變
  69. offset: 0,
  70. color: 'rgba(62,139,222,0.6)'
  71. }, {
  72. offset: 1,
  73. color: 'rgba(62,139,222,0.01)'
  74. }])
  75. }
  76. },
  77. }]
  78. });

日歷

鏈接

個人資料

藍藍設(shè)計的小編 http://www.hk66688.com

存檔

主站蜘蛛池模板: 湘潭市| 平塘县| 上虞市| 同江市| 九寨沟县| 安新县| 开鲁县| 车致| 天峻县| 积石山| 修文县| 呼和浩特市| 渑池县| 清河县| 安阳县| 册亨县| 乌兰县| 蒲城县| 格尔木市| 南江县| 平罗县| 益阳市| 仁化县| 竹北市| 崇州市| 元氏县| 新野县| 彝良县| 新昌县| 新沂市| 泸水县| 庆阳市| 高邮市| 荔浦县| 彭水| 望都县| 吴川市| 潜江市| 锦州市| 榆中县| 志丹县|