echarts的使用

Can't get dom width or height

echarts解決方案

var mainContainer = document.getElementById('main');

? ? ? ? //用于使chart自適應(yīng)高度和寬度,通過窗體高寬計(jì)算容器高寬? ? ? ? var resizeMainContainer = function(){? ? ? ? ? ? mainContainer.style.width = window.innerWidth+'px';

? ? ? ? ? ? mainContainer.style.height = window.innerHeight*0.8+'px';

? ? ? ? };

? ? ? ? //設(shè)置div容器高寬? ? ? ? resizeMainContainer();

? ? ? ? // 初始化圖表? ? ? ? var mainChart = echarts.init(mainContainer);

? ? ? ? $(window).on('resize',function(){//? ? ? ? ? ? //屏幕大小自適應(yīng),重置容器高寬? ? ? ? ? ? resizeMainContainer();

? ? ? ? ? ? mainChart.resize();

? ? ? ? });

還是報(bào)錯(cuò)驻子,還是給定寬高吧

用下面的代碼做的自適應(yīng)

myChart1.setOption(option1);

window.addEventListener("resize",function(){

?????? ?myChart1.resize();

???????????????? });

theme = {?

// 全圖默認(rèn)背景?

// backgroundColor: ‘rgba(0,0,0,0)’,

// 默認(rèn)色板

color: ['#ff7f50','#87cefa','#da70d6','#32cd32','#6495ed',

? ? ? ? '#ff69b4','#ba55d3','#cd5c5c','#ffa500','#40e0d0',

? ? ? ? '#1e90ff','#ff6347','#7b68ee','#00fa9a','#ffd700',

? ? ? ? '#6699FF','#ff6666','#3cb371','#b8860b','#30e0e0'],

// 圖表標(biāo)題

title: {

? ? x: 'left',? ? ? ? ? ? ? ? // 水平安放位置寻狂,默認(rèn)為左對(duì)齊凛澎,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'center' | 'left' | 'right'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(x坐標(biāo)撑教,單位px)

? ? y: 'top',? ? ? ? ? ? ? ? ? // 垂直安放位置饼拍,默認(rèn)為全圖頂端首装,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'top' | 'bottom' | 'center'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(y坐標(biāo)厉膀,單位px)

? ? //textAlign: null? ? ? ? ? // 水平對(duì)齊方式,默認(rèn)根據(jù)x設(shè)置自動(dòng)調(diào)整

? ? backgroundColor: 'rgba(0,0,0,0)',

? ? borderColor: '#ccc',? ? ? // 標(biāo)題邊框顏色

? ? borderWidth: 0,? ? ? ? ? ? // 標(biāo)題邊框線寬觅廓,單位px鼻忠,默認(rèn)為0(無(wú)邊框)

? ? padding: 5,? ? ? ? ? ? ? ? // 標(biāo)題內(nèi)邊距,單位px哪亿,默認(rèn)各方向內(nèi)邊距為5粥烁,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 接受數(shù)組分別設(shè)定上右下左邊距,同css

? ? itemGap: 10,? ? ? ? ? ? ? // 主副標(biāo)題縱向間隔蝇棉,單位px讨阻,默認(rèn)為10,

? ? textStyle: {

? ? ? ? fontSize: 18,

? ? ? ? fontWeight: 'bolder',

? ? ? ? color: '#333'? ? ? ? ? // 主標(biāo)題文字顏色

? ? },

? ? subtextStyle: {

? ? ? ? color: '#aaa'? ? ? ? ? // 副標(biāo)題文字顏色

? ? }

},

// 圖例

legend: {

? ? orient: 'horizontal',? ? ? // 布局方式篡殷,默認(rèn)為水平布局钝吮,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'horizontal' | 'vertical'

? ? x: 'center',? ? ? ? ? ? ? // 水平安放位置,默認(rèn)為全圖居中,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'center' | 'left' | 'right'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(x坐標(biāo)奇瘦,單位px)

? ? y: 'top',? ? ? ? ? ? ? ? ? // 垂直安放位置棘催,默認(rèn)為全圖頂端,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'top' | 'bottom' | 'center'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(y坐標(biāo)耳标,單位px)

? ? backgroundColor: 'rgba(0,0,0,0)',

? ? borderColor: '#ccc',? ? ? // 圖例邊框顏色

? ? borderWidth: 0,? ? ? ? ? ? // 圖例邊框線寬醇坝,單位px,默認(rèn)為0(無(wú)邊框)

? ? padding: 5,? ? ? ? ? ? ? ? // 圖例內(nèi)邊距次坡,單位px呼猪,默認(rèn)各方向內(nèi)邊距為5,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 接受數(shù)組分別設(shè)定上右下左邊距砸琅,同css

? ? itemGap: 10,? ? ? ? ? ? ? // 各個(gè)item之間的間隔宋距,單位px,默認(rèn)為10症脂,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 橫向布局時(shí)為水平間隔谚赎,縱向布局時(shí)為縱向間隔

? ? itemWidth: 20,? ? ? ? ? ? // 圖例圖形寬度

? ? itemHeight: 14,? ? ? ? ? ? // 圖例圖形高度

? ? textStyle: {

? ? ? ? color: '#333'? ? ? ? ? // 圖例文字顏色

? ? }

},

// 值域

dataRange: {

? ? orient: 'vertical',? ? ? ? // 布局方式,默認(rèn)為垂直布局诱篷,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'horizontal' | 'vertical'

? ? x: 'left',? ? ? ? ? ? ? ? // 水平安放位置壶唤,默認(rèn)為全圖左對(duì)齊,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'center' | 'left' | 'right'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(x坐標(biāo)兴蒸,單位px)

? ? y: 'bottom',? ? ? ? ? ? ? // 垂直安放位置视粮,默認(rèn)為全圖底部细办,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'top' | 'bottom' | 'center'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(y坐標(biāo)橙凳,單位px)

? ? backgroundColor: 'rgba(0,0,0,0)',

? ? borderColor: '#ccc',? ? ? // 值域邊框顏色

? ? borderWidth: 0,? ? ? ? ? ? // 值域邊框線寬,單位px笑撞,默認(rèn)為0(無(wú)邊框)

? ? padding: 5,? ? ? ? ? ? ? ? // 值域內(nèi)邊距岛啸,單位px,默認(rèn)各方向內(nèi)邊距為5茴肥,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 接受數(shù)組分別設(shè)定上右下左邊距坚踩,同css

? ? itemGap: 10,? ? ? ? ? ? ? // 各個(gè)item之間的間隔,單位px瓤狐,默認(rèn)為10瞬铸,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 橫向布局時(shí)為水平間隔,縱向布局時(shí)為縱向間隔

? ? itemWidth: 20,? ? ? ? ? ? // 值域圖形寬度础锐,線性漸變水平布局寬度為該值 * 10

? ? itemHeight: 14,? ? ? ? ? ? // 值域圖形高度嗓节,線性漸變垂直布局高度為該值 * 10

? ? splitNumber: 5,? ? ? ? ? ? // 分割段數(shù),默認(rèn)為5皆警,為0時(shí)為線性漸變

? ? color:['#1e90ff','#f0ffff'],//顏色

? ? //text:['高','低'],? ? ? ? // 文本拦宣,默認(rèn)為數(shù)值文本

? ? textStyle: {

? ? ? ? color: '#333'? ? ? ? ? // 值域文字顏色

? ? }

},

toolbox: {

? ? orient: 'horizontal',? ? ? // 布局方式,默認(rèn)為水平布局,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'horizontal' | 'vertical'

? ? x: 'right',? ? ? ? ? ? ? ? // 水平安放位置鸵隧,默認(rèn)為全圖右對(duì)齊绸罗,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'center' | 'left' | 'right'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(x坐標(biāo),單位px)

? ? y: 'top',? ? ? ? ? ? ? ? ? // 垂直安放位置豆瘫,默認(rèn)為全圖頂端珊蟀,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'top' | 'bottom' | 'center'

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // | {number}(y坐標(biāo),單位px)

? ? color : ['#1e90ff','#22bb22','#4b0082','#d2691e'],

? ? backgroundColor: 'rgba(0,0,0,0)', // 工具箱背景顏色

? ? borderColor: '#ccc',? ? ? // 工具箱邊框顏色

? ? borderWidth: 0,? ? ? ? ? ? // 工具箱邊框線寬外驱,單位px系洛,默認(rèn)為0(無(wú)邊框)

? ? padding: 5,? ? ? ? ? ? ? ? // 工具箱內(nèi)邊距,單位px略步,默認(rèn)各方向內(nèi)邊距為5描扯,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 接受數(shù)組分別設(shè)定上右下左邊距舷蒲,同css

? ? itemGap: 10,? ? ? ? ? ? ? // 各個(gè)item之間的間隔导坟,單位px局装,默認(rèn)為10柄错,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 橫向布局時(shí)為水平間隔盯腌,縱向布局時(shí)為縱向間隔

? ? itemSize: 16,? ? ? ? ? ? ? // 工具箱圖形寬度

? ? featureImageIcon : {},? ? // 自定義圖片icon

? ? featureTitle : {

? ? ? ? mark : '輔助線開關(guān)',

? ? ? ? markUndo : '刪除輔助線',

? ? ? ? markClear : '清空輔助線',

? ? ? ? dataZoom : '區(qū)域縮放',

? ? ? ? dataZoomReset : '區(qū)域縮放后退',

? ? ? ? dataView : '數(shù)據(jù)視圖',

? ? ? ? lineChart : '折線圖切換',

? ? ? ? barChart : '柱形圖切換',

? ? ? ? restore : '還原',

? ? ? ? saveAsImage : '保存為圖片'

? ? }

},

// 提示框

tooltip: {

? ? trigger: 'item',? ? ? ? ? // 觸發(fā)類型哼拔,默認(rèn)數(shù)據(jù)觸發(fā)钠乏,見下圖话瞧,可選為:'item' | 'axis'

? ? showDelay: 20,? ? ? ? ? ? // 顯示延遲羡铲,添加顯示延遲可以避免頻繁切換蜂桶,單位ms

? ? hideDelay: 100,? ? ? ? ? ? // 隱藏延遲,單位ms

? ? transitionDuration : 0.4,? // 動(dòng)畫變換時(shí)間也切,單位s

? ? backgroundColor: 'rgba(0,0,0,0.7)',? ? // 提示背景顏色扑媚,默認(rèn)為透明度為0.7的黑色

? ? borderColor: '#333',? ? ? // 提示邊框顏色

? ? borderRadius: 4,? ? ? ? ? // 提示邊框圓角,單位px雷恃,默認(rèn)為4

? ? borderWidth: 0,? ? ? ? ? ? // 提示邊框線寬疆股,單位px,默認(rèn)為0(無(wú)邊框)

? ? padding: 5,? ? ? ? ? ? ? ? // 提示內(nèi)邊距倒槐,單位px旬痹,默認(rèn)各方向內(nèi)邊距為5,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 接受數(shù)組分別設(shè)定上右下左邊距讨越,同css

? ? axisPointer : {? ? ? ? ? ? // 坐標(biāo)軸指示器两残,坐標(biāo)軸觸發(fā)有效

? ? ? ? type : 'line',? ? ? ? // 默認(rèn)為直線,可選為:'line' | 'shadow'

? ? ? ? lineStyle : {? ? ? ? ? // 直線指示器樣式設(shè)置

? ? ? ? ? ? color: '#48b',

? ? ? ? ? ? width: 2,

? ? ? ? ? ? type: 'solid'

? ? ? ? },

? ? ? ? shadowStyle : {? ? ? ? ? ? ? ? ? ? ? // 陰影指示器樣式設(shè)置

? ? ? ? ? ? width: 'auto',? ? ? ? ? ? ? ? ? // 陰影大小

? ? ? ? ? ? color: 'rgba(150,150,150,0.3)'? // 陰影顏色

? ? ? ? }

? ? },

? ? textStyle: {

? ? ? ? color: '#fff'

? ? }

},

// 區(qū)域縮放控制器

dataZoom: {

? ? orient: 'horizontal',? ? ? // 布局方式把跨,默認(rèn)為水平布局人弓,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // 'horizontal' | 'vertical'

? ? // x: {number},? ? ? ? ? ? // 水平安放位置,默認(rèn)為根據(jù)grid參數(shù)適配节猿,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // {number}(x坐標(biāo)票从,單位px)

? ? // y: {number},? ? ? ? ? ? // 垂直安放位置漫雕,默認(rèn)為根據(jù)grid參數(shù)適配,可選為:

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? // {number}(y坐標(biāo)峰鄙,單位px)

? ? // width: {number},? ? ? ? // 指定寬度浸间,橫向布局時(shí)默認(rèn)為根據(jù)grid參數(shù)適配

? ? // height: {number},? ? ? // 指定高度,縱向布局時(shí)默認(rèn)為根據(jù)grid參數(shù)適配

? ? backgroundColor: 'rgba(0,0,0,0)',? ? ? // 背景顏色

? ? dataBackgroundColor: '#eee',? ? ? ? ? ? // 數(shù)據(jù)背景顏色

? ? fillerColor: 'rgba(144,197,237,0.2)',? // 填充顏色

? ? handleColor: 'rgba(70,130,180,0.8)'? ? // 手柄顏色

},

// 網(wǎng)格

grid: {

? ? x: 80,

? ? y: 60,

? ? x2: 80,

? ? y2: 60,

? ? // width: {totalWidth} - x - x2,

? ? // height: {totalHeight} - y - y2,

? ? backgroundColor: 'rgba(0,0,0,0)',

? ? borderWidth: 1,

? ? borderColor: '#ccc'

},

// 類目軸

categoryAxis: {

? ? position: 'bottom',? ? // 位置

? ? nameLocation: 'end',? // 坐標(biāo)軸名字位置吟榴,支持'start' | 'end'

? ? boundaryGap: true,? ? // 類目起始和結(jié)束兩端空白策略

? ? axisLine: {? ? ? ? ? ? // 坐標(biāo)軸線

? ? ? ? show: true,? ? ? ? // 默認(rèn)顯示魁蒜,屬性show控制顯示與否

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle控制線條樣式

? ? ? ? ? ? color: '#48b',

? ? ? ? ? ? width: 2,

? ? ? ? ? ? type: 'solid'

? ? ? ? }

? ? },

? ? axisTick: {? ? ? ? ? ? // 坐標(biāo)軸小標(biāo)記

? ? ? ? show: true,? ? ? // 屬性show控制顯示與否,默認(rèn)不顯示

? ? ? ? interval: 'auto',

? ? ? ? // onGap: null,

? ? ? ? inside : false,? ? // 控制小標(biāo)記是否在grid里

? ? ? ? length :5,? ? ? ? // 屬性length控制線長(zhǎng)

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle控制線條樣式

? ? ? ? ? ? color: '#333',

? ? ? ? ? ? width: 1

? ? ? ? }

? ? },

? ? axisLabel: {? ? ? ? ? // 坐標(biāo)軸文本標(biāo)簽吩翻,詳見axis.axisLabel

? ? ? ? show: true,

? ? ? ? interval: 'auto',

? ? ? ? rotate: 0,

? ? ? ? margin: 8,

? ? ? ? // formatter: null,

? ? ? ? textStyle: {? ? ? // 其余屬性默認(rèn)使用全局文本樣式兜看,詳見TEXTSTYLE

? ? ? ? ? ? color: '#333'

? ? ? ? }

? ? },

? ? splitLine: {? ? ? ? ? // 分隔線

? ? ? ? show: true,? ? ? ? // 默認(rèn)顯示,屬性show控制顯示與否

? ? ? ? // onGap: null,

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle(詳見lineStyle)控制線條樣式

? ? ? ? ? ? color: ['#ccc'],

? ? ? ? ? ? width: 1,

? ? ? ? ? ? type: 'solid'

? ? ? ? }

? ? },

? ? splitArea: {? ? ? ? ? // 分隔區(qū)域

? ? ? ? show: false,? ? ? // 默認(rèn)不顯示狭瞎,屬性show控制顯示與否

? ? ? ? // onGap: null,

? ? ? ? areaStyle: {? ? ? // 屬性areaStyle(詳見areaStyle)控制區(qū)域樣式

? ? ? ? ? ? color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']

? ? ? ? }

? ? }

},

// 數(shù)值型坐標(biāo)軸默認(rèn)參數(shù)

valueAxis: {

? ? position: 'left',? ? ? // 位置

? ? nameLocation: 'end',? // 坐標(biāo)軸名字位置细移,支持'start' | 'end'

? ? nameTextStyle: {},? ? // 坐標(biāo)軸文字樣式,默認(rèn)取全局樣式

? ? boundaryGap: [0, 0],? // 數(shù)值起始和結(jié)束兩端空白策略

? ? splitNumber: 5,? ? ? ? // 分割段數(shù)熊锭,默認(rèn)為5

? ? axisLine: {? ? ? ? ? ? // 坐標(biāo)軸線

? ? ? ? show: true,? ? ? ? // 默認(rèn)顯示弧轧,屬性show控制顯示與否

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle控制線條樣式

? ? ? ? ? ? color: '#48b',

? ? ? ? ? ? width: 2,

? ? ? ? ? ? type: 'solid'

? ? ? ? }

? ? },

? ? axisTick: {? ? ? ? ? ? // 坐標(biāo)軸小標(biāo)記

? ? ? ? show: false,? ? ? // 屬性show控制顯示與否,默認(rèn)不顯示

? ? ? ? inside : false,? ? // 控制小標(biāo)記是否在grid里

? ? ? ? length :5,? ? ? ? // 屬性length控制線長(zhǎng)

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle控制線條樣式

? ? ? ? ? ? color: '#333',

? ? ? ? ? ? width: 1

? ? ? ? }

? ? },

? ? axisLabel: {? ? ? ? ? // 坐標(biāo)軸文本標(biāo)簽碗殷,詳見axis.axisLabel

? ? ? ? show: true,

? ? ? ? rotate: 0,

? ? ? ? margin: 8,

? ? ? ? // formatter: null,

? ? ? ? textStyle: {? ? ? // 其余屬性默認(rèn)使用全局文本樣式精绎,詳見TEXTSTYLE

? ? ? ? ? ? color: '#333'

? ? ? ? }

? ? },

? ? splitLine: {? ? ? ? ? // 分隔線

? ? ? ? show: true,? ? ? ? // 默認(rèn)顯示,屬性show控制顯示與否

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle(詳見lineStyle)控制線條樣式

? ? ? ? ? ? color: ['#ccc'],

? ? ? ? ? ? width: 1,

? ? ? ? ? ? type: 'solid'

? ? ? ? }

? ? },

? ? splitArea: {? ? ? ? ? // 分隔區(qū)域

? ? ? ? show: false,? ? ? // 默認(rèn)不顯示锌妻,屬性show控制顯示與否

? ? ? ? areaStyle: {? ? ? // 屬性areaStyle(詳見areaStyle)控制區(qū)域樣式

? ? ? ? ? ? color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']

? ? ? ? }

? ? }

},

polar : {

? ? center : ['50%', '50%'],? ? // 默認(rèn)全局居中

? ? radius : '75%',

? ? startAngle : 90,

? ? splitNumber : 5,

? ? name : {

? ? ? ? show: true,

? ? ? ? textStyle: {? ? ? // 其余屬性默認(rèn)使用全局文本樣式代乃,詳見TEXTSTYLE

? ? ? ? ? ? color: '#333'

? ? ? ? }

? ? },

? ? axisLine: {? ? ? ? ? ? // 坐標(biāo)軸線

? ? ? ? show: true,? ? ? ? // 默認(rèn)顯示,屬性show控制顯示與否

? ? ? ? lineStyle: {? ? ? // 屬性lineStyle控制線條樣式

? ? ? ? ? ? color: '#ccc',

? ? ? ? ? ? width: 1,

? ? ? ? ? ? type: 'solid'

? ? ? ? }

? ? },

? ? axisLabel: {? ? ? ? ? // 坐標(biāo)軸文本標(biāo)簽仿粹,詳見axis.axisLabel

? ? ? ? show: false,

? ? ? ? textStyle: {? ? ? // 其余屬性默認(rèn)使用全局文本樣式搁吓,詳見TEXTSTYLE

? ? ? ? ? ? color: '#333'

? ? ? ? }

? ? },

? ? splitArea : {

? ? ? ? show : true,

? ? ? ? areaStyle : {

? ? ? ? ? ? color: ['rgba(250,250,250,0.3)','rgba(200,200,200,0.3)']

? ? ? ? }

? ? },

? ? splitLine : {

? ? ? ? show : true,

? ? ? ? lineStyle : {

? ? ? ? ? ? width : 1,

? ? ? ? ? ? color : '#ccc'

? ? ? ? }

? ? }

},

// 柱形圖默認(rèn)參數(shù)

bar: {

? ? barMinHeight: 0,? ? ? ? ? // 最小高度改為0

? ? // barWidth: null,? ? ? ? // 默認(rèn)自適應(yīng)

? ? barGap: '30%',? ? ? ? ? ? // 柱間距離,默認(rèn)為柱形寬度的30%牍陌,可設(shè)固定值

? ? barCategoryGap : '20%',? // 類目間柱形距離擎浴,默認(rèn)為類目間距的20%员咽,可設(shè)固定值

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: '各異',

? ? ? ? ? ? barBorderColor: '#fff',? ? ? // 柱條邊線

? ? ? ? ? ? barBorderRadius: 0,? ? ? ? ? // 柱條邊線圓角毒涧,單位px,默認(rèn)為0

? ? ? ? ? ? barBorderWidth: 1,? ? ? ? ? ? // 柱條邊線線寬贝室,單位px契讲,默認(rèn)為1

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng),水平布局為'top'滑频,垂直布局為'right'捡偏,可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: '各異',

? ? ? ? ? ? barBorderColor: 'rgba(0,0,0,0)',? // 柱條邊線

? ? ? ? ? ? barBorderRadius: 0,? ? ? ? ? ? ? ? // 柱條邊線圓角峡迷,單位px银伟,默認(rèn)為0

? ? ? ? ? ? barBorderWidth: 1,? ? ? ? ? ? ? ? // 柱條邊線線寬你虹,單位px,默認(rèn)為1

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng)彤避,水平布局為'top'傅物,垂直布局為'right',可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式琉预,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

// 折線圖默認(rèn)參數(shù)

line: {

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng)董饰,水平布局為'top',垂直布局為'right'圆米,可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式卒暂,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? width: 2,

? ? ? ? ? ? ? ? type: 'solid',

? ? ? ? ? ? ? ? shadowColor : 'rgba(0,0,0,0)', //默認(rèn)透明

? ? ? ? ? ? ? ? shadowBlur: 5,

? ? ? ? ? ? ? ? shadowOffsetX: 3,

? ? ? ? ? ? ? ? shadowOffsetY: 3

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng),水平布局為'top'娄帖,垂直布局為'right'也祠,可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? }

? ? },

? ? //smooth : false,

? ? //symbol: null,? ? ? ? // 拐點(diǎn)圖形類型

? ? symbolSize: 2,? ? ? ? ? // 拐點(diǎn)圖形大小

? ? //symbolRotate : null,? // 拐點(diǎn)圖形旋轉(zhuǎn)控制

? ? showAllSymbol: false? ? // 標(biāo)志圖形默認(rèn)只有主軸顯示(隨主軸標(biāo)簽間隔隱藏策略)

},

// K線圖默認(rèn)參數(shù)

k: {

? ? // barWidth : null? ? ? ? ? // 默認(rèn)自適應(yīng)

? ? // barMaxWidth : null? ? ? // 默認(rèn)自適應(yīng)

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? color: '#fff',? ? ? ? ? // 陽(yáng)線填充顏色

? ? ? ? ? ? color0: '#00aa11',? ? ? // 陰線填充顏色

? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? width: 1,

? ? ? ? ? ? ? ? color: '#ff3200',? // 陽(yáng)線邊框顏色

? ? ? ? ? ? ? ? color0: '#00aa11'? // 陰線邊框顏色

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? // color0: 各異

? ? ? ? }

? ? }

},

// 散點(diǎn)圖默認(rèn)參數(shù)

scatter: {

? ? //symbol: null,? ? ? // 圖形類型

? ? symbolSize: 4,? ? ? // 圖形大小近速,半寬(半徑)參數(shù)齿坷,當(dāng)圖形為方向或菱形則總寬度為symbolSize * 2

? ? //symbolRotate : null,? // 圖形旋轉(zhuǎn)控制

? ? large: false,? ? ? ? // 大規(guī)模散點(diǎn)圖

? ? largeThreshold: 2000,// 大規(guī)模閥值,large為true且數(shù)據(jù)量>largeThreshold才啟用大規(guī)模模式

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng)数焊,水平布局為'top'永淌,垂直布局為'right',可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式佩耳,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: '各異'

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 默認(rèn)自適應(yīng)遂蛀,水平布局為'top',垂直布局為'right'干厚,可選為

? ? ? ? ? ? ? ? //? ? ? ? ? 'inside'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式李滴,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

// 雷達(dá)圖默認(rèn)參數(shù)

radar : {

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? },

? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? width: 2,

? ? ? ? ? ? ? ? type: 'solid'

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? }

? ? ? ? }

? ? },

? ? //symbol: null,? ? ? ? // 拐點(diǎn)圖形類型

? ? symbolSize: 2? ? ? ? ? // 可計(jì)算特性參數(shù),空數(shù)據(jù)拖拽提示圖形大小

? ? //symbolRotate : null,? // 圖形旋轉(zhuǎn)控制

},

// 餅圖默認(rèn)參數(shù)

pie: {

? ? center : ['50%', '50%'],? ? // 默認(rèn)全局居中

? ? radius : [0, '75%'],

? ? clockWise : false,? ? ? ? ? // 默認(rèn)逆時(shí)針

? ? startAngle: 90,

? ? minAngle: 0,? ? ? ? ? ? ? ? // 最小角度改為0

? ? selectedOffset: 10,? ? ? ? // 選中是扇區(qū)偏移量

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? borderColor: '#fff',

? ? ? ? ? ? borderWidth: 1,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: true,

? ? ? ? ? ? ? ? position: 'outer'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式蛮瞄,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? labelLine: {

? ? ? ? ? ? ? ? show: true,

? ? ? ? ? ? ? ? length: 20,

? ? ? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? ? ? ? ? width: 1,

? ? ? ? ? ? ? ? ? ? type: 'solid'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? borderColor: 'rgba(0,0,0,0)',

? ? ? ? ? ? borderWidth: 1,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 'outer'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式所坯,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? labelLine: {

? ? ? ? ? ? ? ? show: false,

? ? ? ? ? ? ? ? length: 20,

? ? ? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? ? ? ? ? width: 1,

? ? ? ? ? ? ? ? ? ? type: 'solid'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

map: {

? ? mapType: 'china',? // 各省的mapType暫時(shí)都用中文

? ? mapLocation: {

? ? ? ? x : 'center',

? ? ? ? y : 'center'

? ? ? ? // width? ? // 自適應(yīng)

? ? ? ? // height? // 自適應(yīng)

? ? },

? ? showLegendSymbol : true,? ? ? // 顯示圖例顏色標(biāo)識(shí)(系列標(biāo)識(shí)的小圓點(diǎn)),存在legend時(shí)生效

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? borderColor: '#fff',

? ? ? ? ? ? borderWidth: 1,

? ? ? ? ? ? areaStyle: {

? ? ? ? ? ? ? ? color: '#ccc'//rgba(135,206,250,0.8)

? ? ? ? ? ? },

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false,

? ? ? ? ? ? ? ? textStyle: {

? ? ? ? ? ? ? ? ? ? color: 'rgba(139,69,19,1)'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {? ? ? ? ? ? ? ? // 也是選中樣式

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? borderColor: 'rgba(0,0,0,0)',

? ? ? ? ? ? borderWidth: 1,

? ? ? ? ? ? areaStyle: {

? ? ? ? ? ? ? ? color: 'rgba(255,215,0,0.8)'

? ? ? ? ? ? },

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false,

? ? ? ? ? ? ? ? textStyle: {

? ? ? ? ? ? ? ? ? ? color: 'rgba(139,69,19,1)'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

force : {

? ? // 數(shù)據(jù)map到圓的半徑的最小值和最大值

? ? minRadius : 10,

? ? maxRadius : 20,

? ? density : 1.0,

? ? attractiveness : 1.0,

? ? // 初始化的隨機(jī)大小位置

? ? initSize : 300,

? ? // 向心力因子挂捅,越大向心力越大

? ? centripetal : 1,

? ? // 冷卻因子

? ? coolDown : 0.99,

? ? // 分類里如果有樣式會(huì)覆蓋節(jié)點(diǎn)默認(rèn)樣式

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式芹助,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? nodeStyle : {

? ? ? ? ? ? ? ? brushType : 'both',

? ? ? ? ? ? ? ? color : '#f08c2e',

? ? ? ? ? ? ? ? strokeColor : '#5182ab'

? ? ? ? ? ? },

? ? ? ? ? ? linkStyle : {

? ? ? ? ? ? ? ? strokeColor : '#5182ab'

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異,

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? nodeStyle : {},

? ? ? ? ? ? linkStyle : {}

? ? ? ? }

? ? }

},

chord : {

? ? radius : ['65%', '75%'],

? ? center : ['50%', '50%'],

? ? padding : 2,

? ? sort : 'none', // can be 'none', 'ascending', 'descending'

? ? sortSub : 'none', // can be 'none', 'ascending', 'descending'

? ? startAngle : 90,

? ? clockWise : false,

? ? showScale : false,

? ? showScaleText : false,

? ? itemStyle : {

? ? ? ? normal : {

? ? ? ? ? ? label : {

? ? ? ? ? ? ? ? show : true

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式闲先,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? lineStyle : {

? ? ? ? ? ? ? ? width : 0,

? ? ? ? ? ? ? ? color : '#000'

? ? ? ? ? ? },

? ? ? ? ? ? chordStyle : {

? ? ? ? ? ? ? ? lineStyle : {

? ? ? ? ? ? ? ? ? ? width : 1,

? ? ? ? ? ? ? ? ? ? color : '#666'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis : {

? ? ? ? ? ? lineStyle : {

? ? ? ? ? ? ? ? width : 0,

? ? ? ? ? ? ? ? color : '#000'

? ? ? ? ? ? },

? ? ? ? ? ? chordStyle : {

? ? ? ? ? ? ? ? lineStyle : {

? ? ? ? ? ? ? ? ? ? width : 2,

? ? ? ? ? ? ? ? ? ? color : '#333'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

island: {

? ? r: 15,

? ? calculateStep: 0.1? // 滾輪可計(jì)算步長(zhǎng) 0.1 = 10%

},

markPoint : {

? ? symbol: 'pin',? ? ? ? // 標(biāo)注類型

? ? symbolSize: 10,? ? ? ? // 標(biāo)注大小状土,半寬(半徑)參數(shù),當(dāng)圖形為方向或菱形則總寬度為symbolSize * 2

? ? //symbolRotate : null, // 標(biāo)注旋轉(zhuǎn)控制

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異伺糠,

? ? ? ? ? ? // borderColor: 各異,? ? // 標(biāo)注邊線顏色蒙谓,優(yōu)先于color

? ? ? ? ? ? borderWidth: 2,? ? ? ? ? ? // 標(biāo)注邊線線寬,單位px训桶,默認(rèn)為1

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: true,

? ? ? ? ? ? ? ? position: 'inside' // 可選為'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? ? // 默認(rèn)使用全局文本樣式累驮,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: true

? ? ? ? ? ? ? ? // position: 'inside'? // 'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? // 默認(rèn)使用全局文本樣式酣倾,詳見TEXTSTYLE

? ? ? ? ? ? }

? ? ? ? }

? ? }

},

markLine : {

? ? // 標(biāo)線起始和結(jié)束的symbol介紹類型,如果都一樣谤专,可以直接傳string

? ? symbol: ['circle', 'arrow'],?

? ? // 標(biāo)線起始和結(jié)束的symbol大小灶挟,半寬(半徑)參數(shù),當(dāng)圖形為方向或菱形則總寬度為symbolSize * 2

? ? symbolSize: [2, 4],

? ? // 標(biāo)線起始和結(jié)束的symbol旋轉(zhuǎn)控制

? ? //symbolRotate : null,

? ? itemStyle: {

? ? ? ? normal: {

? ? ? ? ? ? // color: 各異,? ? ? ? ? // 標(biāo)線主色毒租,線色稚铣,symbol主色

? ? ? ? ? ? // borderColor: 隨color,? ? // 標(biāo)線symbol邊框顏色,優(yōu)先于color

? ? ? ? ? ? borderWidth: 2,? ? ? ? ? // 標(biāo)線symbol邊框線寬墅垮,單位px惕医,默認(rèn)為2

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false,

? ? ? ? ? ? ? ? // 可選為 'start'|'end'|'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? position: 'inside',?

? ? ? ? ? ? ? ? textStyle: {? ? ? ? // 默認(rèn)使用全局文本樣式,詳見TEXTSTYLE

? ? ? ? ? ? ? ? ? ? color: '#333'

? ? ? ? ? ? ? ? }

? ? ? ? ? ? },

? ? ? ? ? ? lineStyle: {

? ? ? ? ? ? ? ? // color: 隨borderColor, // 主色算色,線色抬伺,優(yōu)先級(jí)高于borderColor和color

? ? ? ? ? ? ? ? // width: 隨borderWidth, // 優(yōu)先于borderWidth

? ? ? ? ? ? ? ? type: 'solid',

? ? ? ? ? ? ? ? shadowColor : 'rgba(0,0,0,0)', //默認(rèn)透明

? ? ? ? ? ? ? ? shadowBlur: 5,

? ? ? ? ? ? ? ? shadowOffsetX: 3,

? ? ? ? ? ? ? ? shadowOffsetY: 3

? ? ? ? ? ? }

? ? ? ? },

? ? ? ? emphasis: {

? ? ? ? ? ? // color: 各異

? ? ? ? ? ? label: {

? ? ? ? ? ? ? ? show: false

? ? ? ? ? ? ? ? // position: 'inside' // 'left'|'right'|'top'|'bottom'

? ? ? ? ? ? ? ? // textStyle: null? ? // 默認(rèn)使用全局文本樣式,詳見TEXTSTYLE

? ? ? ? ? ? },

? ? ? ? ? ? lineStyle : {}

? ? ? ? }

? ? }

},

textStyle: {

? ? decoration: 'none',

? ? fontFamily: 'Arial, Verdana, sans-serif',

? ? fontFamily2: '微軟雅黑',? ? // IE8- 字體模糊并且不支持不同字體混排灾梦,額外指定一份

? ? fontSize: 12,

? ? fontStyle: 'normal',

? ? fontWeight: 'normal'

},

// 默認(rèn)標(biāo)志圖形類型列表

symbolList : [

? 'circle', 'rectangle', 'triangle', 'diamond',

? 'emptyCircle', 'emptyRectangle', 'emptyTriangle', 'emptyDiamond'

],

loadingText : 'Loading...',

// 可計(jì)算特性配置峡钓,孤島,提示顏色

calculable: false,? ? ? ? ? ? ? // 默認(rèn)關(guān)閉可計(jì)算特性

calculableColor: 'rgba(255,165,0,0.6)',? ? ? // 拖拽提示邊框顏色

calculableHolderColor: '#ccc', // 可計(jì)算占位提示顏色

nameConnector: ' & ',

valueConnector: ' : ',

animation: true,

animationThreshold: 2500,? ? ? // 動(dòng)畫元素閥值若河,產(chǎn)生的圖形原素超過2500不出動(dòng)畫

addDataAnimation: true,? ? ? ? // 動(dòng)態(tài)數(shù)據(jù)接口是否開啟動(dòng)畫效果

animationDuration: 2000,

animationEasing: 'ExponentialOut'

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末能岩,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子萧福,更是在濱河造成了極大的恐慌拉鹃,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,214評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件鲫忍,死亡現(xiàn)場(chǎng)離奇詭異膏燕,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)悟民,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,307評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門坝辫,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人射亏,你說我怎么就攤上這事近忙。” “怎么了鸦泳?”我有些...
    開封第一講書人閱讀 152,543評(píng)論 0 341
  • 文/不壞的土叔 我叫張陵银锻,是天一觀的道長(zhǎng)。 經(jīng)常有香客問我做鹰,道長(zhǎng),這世上最難降的妖魔是什么鼎姐? 我笑而不...
    開封第一講書人閱讀 55,221評(píng)論 1 279
  • 正文 為了忘掉前任钾麸,我火速辦了婚禮更振,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘饭尝。我一直安慰自己肯腕,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,224評(píng)論 5 371
  • 文/花漫 我一把揭開白布钥平。 她就那樣靜靜地躺著实撒,像睡著了一般。 火紅的嫁衣襯著肌膚如雪涉瘾。 梳的紋絲不亂的頭發(fā)上知态,一...
    開封第一講書人閱讀 49,007評(píng)論 1 284
  • 那天,我揣著相機(jī)與錄音立叛,去河邊找鬼负敏。 笑死,一個(gè)胖子當(dāng)著我的面吹牛秘蛇,可吹牛的內(nèi)容都是我干的其做。 我是一名探鬼主播,決...
    沈念sama閱讀 38,313評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼赁还,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼妖泄!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起艘策,我...
    開封第一講書人閱讀 36,956評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤浮庐,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后柬焕,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體审残,經(jīng)...
    沈念sama閱讀 43,441評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,925評(píng)論 2 323
  • 正文 我和宋清朗相戀三年斑举,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了搅轿。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,018評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡富玷,死狀恐怖璧坟,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情赎懦,我是刑警寧澤雀鹃,帶...
    沈念sama閱讀 33,685評(píng)論 4 322
  • 正文 年R本政府宣布,位于F島的核電站励两,受9級(jí)特大地震影響黎茎,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜当悔,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,234評(píng)論 3 307
  • 文/蒙蒙 一傅瞻、第九天 我趴在偏房一處隱蔽的房頂上張望踢代。 院中可真熱鬧,春花似錦嗅骄、人聲如沸胳挎。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,240評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)慕爬。三九已至,卻和暖如春屏积,著一層夾襖步出監(jiān)牢的瞬間医窿,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,464評(píng)論 1 261
  • 我被黑心中介騙來(lái)泰國(guó)打工肾请, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留留搔,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,467評(píng)論 2 352
  • 正文 我出身青樓铛铁,卻偏偏與公主長(zhǎng)得像隔显,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子饵逐,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,762評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容