const Base_plotOptions = { spline: { marker: { radius: 4, fillColor: '#fff', lineColor: null, lineWidth: 2 }, }, areaspline: { marker: { symbol: 'self_circle', radius: 4, fillColor: '#fff', lineColor: null, lineWidth: 2 }, lineWidth: 2, states: { }, threshold: null }, boxplot: { borderWidth: 0, borderRadius: 5, maxPointWidth: 12, minPointWidth: 12, // allowPointSelect:true, // '#15D8E4', fillColor: null, lineColor: null, lineWidth: 0, // negativeColor:'red', medianColor: '#fff', // 中位线颜色 medianWidth: 1, // 中位线宽度 stemColor: null, // 竖线颜色 stemDashStyle: 'sloid', // 竖线类型(实虚) stemWidth: 1, // 竖线宽度 whiskerColor: null, // max,min颜色 // whiskerLength: '2',//max,min长度 whiskerWidth: 1, }, column: { borderWidth: 0, borderRadius: 5, maxPointWidth: 12, minPointWidth: 12, }, series: { marker: { enabled: false, symbol: 'circle', }, states: { inactive: false }, point: {} }, } export { Base_plotOptions }