堆叠图样式更新

qianming 4 years ago
parent dfc353f729
commit 81cf89aeab

@ -5711,7 +5711,7 @@ const widgetTools = [
}, },
], ],
}, },
/* { {
name: '标题设置', name: '标题设置',
list: [ list: [
{ {
@ -5816,14 +5816,6 @@ const widgetTools = [
{ {
name: 'X轴设置', name: 'X轴设置',
list: [ list: [
{
type: 'el-input-text',
label: '名称',
name: 'xName',
required: false,
placeholder: '',
value: ''
},
{ {
type: 'el-switch', type: 'el-switch',
label: '显示', label: '显示',
@ -5832,9 +5824,17 @@ const widgetTools = [
placeholder: '', placeholder: '',
value: true, value: true,
}, },
{
type: 'el-input-text',
label: 'X轴别名',
name: 'xName',
required: false,
placeholder: '',
value: ''
},
{ {
type: 'vue-color', type: 'vue-color',
label: '坐标名颜色', label: '名颜色',
name: 'xNameColor', name: 'xNameColor',
required: false, required: false,
placeholder: '', placeholder: '',
@ -5842,16 +5842,24 @@ const widgetTools = [
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '别名字号',
name: 'xNameFontSize', name: 'xNameFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 14
},
{
type: 'el-switch',
label: '轴反转',
name: 'reversalX',
required: false,
placeholder: '',
value: false
}, },
{ {
type: 'el-slider', type: 'el-slider',
label: '文字角度', label: '文字角度',
name: 'textAngle', name: 'textAngleX',
required: false, required: false,
placeholder: '', placeholder: '',
value: 0 value: 0
@ -5864,17 +5872,9 @@ const widgetTools = [
placeholder: '', placeholder: '',
value: '' value: ''
}, },
{
type: 'el-switch',
label: '轴反转',
name: 'reversalX',
required: false,
placeholder: '',
value: false
},
{ {
type: 'vue-color', type: 'vue-color',
label: '颜色', label: '文字颜色',
name: 'Xcolor', name: 'Xcolor',
required: false, required: false,
placeholder: '', placeholder: '',
@ -5882,11 +5882,11 @@ const widgetTools = [
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字号', label: '文字字号',
name: 'fontSizeX', name: 'fontSizeX',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12, value: 14,
}, },
{ {
type: 'vue-color', type: 'vue-color',
@ -5918,14 +5918,6 @@ const widgetTools = [
{ {
name: 'Y轴设置', name: 'Y轴设置',
list: [ list: [
{
type: 'el-input-text',
label: '名称',
name: 'textNameY',
require: false,
placeholder: '',
value: ''
},
{ {
type: 'el-switch', type: 'el-switch',
label: '显示', label: '显示',
@ -5934,9 +5926,17 @@ const widgetTools = [
placeholder: '', placeholder: '',
value: true, value: true,
}, },
{
type: 'el-input-text',
label: 'Y轴别名',
name: 'textNameY',
require: false,
placeholder: '',
value: ''
},
{ {
type: 'vue-color', type: 'vue-color',
label: '坐标名颜色', label: '名颜色',
name: 'NameColorY', name: 'NameColorY',
required: false, required: false,
placeholder: '', placeholder: '',
@ -5944,11 +5944,11 @@ const widgetTools = [
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '别名字号',
name: 'NameFontSizeY', name: 'NameFontSizeY',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12, value: 14,
}, },
{ {
type: 'el-switch', type: 'el-switch',
@ -5958,9 +5958,17 @@ const widgetTools = [
placeholder: '', placeholder: '',
value: false value: false
}, },
{
type: 'el-slider',
label: '文字角度',
name: 'textAngleY',
required: false,
placeholder: '',
value: 0
},
{ {
type: 'vue-color', type: 'vue-color',
label: '颜色', label: '文字颜色',
name: 'colorY', name: 'colorY',
required: false, required: false,
placeholder: '', placeholder: '',
@ -5968,11 +5976,11 @@ const widgetTools = [
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字号', label: '文字字号',
name: 'fontSizeY', name: 'fontSizeY',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12, value: 14,
}, },
{ {
type: 'vue-color', type: 'vue-color',
@ -6042,7 +6050,7 @@ const widgetTools = [
}, },
], ],
}, },
/!*{ /*{
name: '提示语设置', name: '提示语设置',
list: [ list: [
{ {
@ -6061,8 +6069,8 @@ const widgetTools = [
placeholder: '', placeholder: '',
}, },
], ],
},*!/ },*/
{ /*{
name: '坐标轴边距设置', name: '坐标轴边距设置',
list: [ list: [
{ {
@ -6095,8 +6103,8 @@ const widgetTools = [
value: 10, value: 10,
}, },
], ],
}, },*/
{ /*{
name: '图例操作', name: '图例操作',
list: [ list: [
{ {

@ -93,18 +93,17 @@ export default {
methods: { methods: {
// options // options
editorOptions() { editorOptions() {
//this.setOptionBar(); this.setOptionsTitle();
//this.setOptionsTitle(); this.setOptionsX();
//this.setOptionsX(); this.setOptionsY();
//this.setOptionsY(); this.setOptionsTop();
//this.setOptionsTop();
//this.setOptionsTooltip(); //this.setOptionsTooltip();
//this.setOptionsMargin(); //this.setOptionsMargin();
//this.setOptionsLegend(); //this.setOptionsLegend();
//this.setOptionsColor(); //this.setOptionsColor();
this.setOptionsData(); this.setOptionsData();
}, },
// ABC //
setOptionsTitle() { setOptionsTitle() {
const optionsCollapse = this.optionsSetup; const optionsCollapse = this.optionsSetup;
const title = {}; const title = {};
@ -136,7 +135,7 @@ export default {
color: optionsCollapse.xNameColor, color: optionsCollapse.xNameColor,
fontSize: optionsCollapse.xNameFontSize fontSize: optionsCollapse.xNameFontSize
}, },
nameRotate: optionsCollapse.textAngle, // nameRotate: optionsCollapse.textAngleX, //
inverse: optionsCollapse.reversalX, // inverse: optionsCollapse.reversalX, //
axisLabel: { axisLabel: {
show: true, show: true,
@ -176,6 +175,7 @@ export default {
inverse: optionsCollapse.reversalY, // y inverse: optionsCollapse.reversalY, // y
axisLabel: { axisLabel: {
show: true, show: true,
rotate: optionsCollapse.textAngleY,//
textStyle: { textStyle: {
color: optionsCollapse.colorY, // y color: optionsCollapse.colorY, // y
fontSize: optionsCollapse.fontSizeY fontSize: optionsCollapse.fontSizeY
@ -196,21 +196,6 @@ export default {
}; };
this.options.yAxis = yAxis; this.options.yAxis = yAxis;
}, },
//
setOptionBar() {
const optionsSetup = this.optionsSetup;
const series = this.options.series;
const itemStyle = {
borderRadius: optionsSetup.radius
}
const barWidth = optionsSetup.maxWidth;
for (const key in series) {
if (series[key].type == "bar") {
this.options.series[key].itemStyle = itemStyle
}
}
;
},
// or // or
setOptionsTop() { setOptionsTop() {
const optionsCollapse = this.optionsSetup; const optionsCollapse = this.optionsSetup;
@ -345,6 +330,14 @@ export default {
data: data, data: data,
barGap: "0%", barGap: "0%",
barWidth : optionsSetup.maxWidth, barWidth : optionsSetup.maxWidth,
label : {
show: optionsSetup.isShow,
position: "top",
distance: 10,
fontSize: optionsSetup.fontSize,
color: optionsSetup.subTextColor,
fontWeight: optionsSetup.fontWeight
},
itemStyle: { itemStyle: {
borderRadius: null borderRadius: null
} }

Loading…
Cancel
Save