Export const industryfactoroption = {Title: {text: 'radar fig', textstyle: {color: 'rgba (221,221,221, 1) ', // Title color fontsize: 14, lineheight: 20 ,}, // The Position of the title, which is placed on the bottom left: 'center', top: 'bottom ',}, // The Position Grid: {position: 'center' ,}, tooltip: {// The tooltip of the radar chart does not exceed the Div. You can also set the position attribute. The position tooltip does not change as the mouse moves, unfriendly confine: True, enterable: True, // whether the mouse can be moved to the tooltip area}, radar: {shape: 'circle', splitnumber: 3, // Set Name: {textstyle: {color: '# 838d9e', },}, // set axisline: {linestyle: {color: & apos; rgba (131,141,158 ,. 1) ',},}, indicator: [{Name: 'communication', Max: 30, // if this attribute is placed under radar, then each indicator will display the value of the circle, put it here, only display axislabel: {Show: True, fontsize: 12, color: '# 838d9e' on the communication indicator ', showmaxlabel: false, // do not display the maximum value, that is, the outer ring does not display the number 30 showminlabel: True, // display the minimum number, that is, the center point shows 0 },{ Name: 'retail ', Max: 30 },{ name: 'power', Max: 30 },{ name: 'traffic', Max: 30 },{ name: 'food ', MAX: 30 },{ name: '', Max: 30 },{ name: 'bank', Max: 30 },{ name: 'auto', Max: 30 },{ name: 'electronic engine', Max: 30},], // specifies the background color of the radar chart. A color is set here, and the full Opacity is 0, splitarea: {Show: false, areastyle: {color: 'rgba (, 0,) ', // the color of the chart background },}, splitline: {Show: True, linestyle: {width: 1, color: 'rgba (131,141,158 ,. 1) ', // set the grid color },},}, series: [{Name: 'radar fig', // The title type in tooltip: 'radar ', // indicates the radar chart Symbol: 'circle', // inflection point style. You can also set the value to 'rect ', 'angle', and other symbolsize: 8. // The inflection point size areastyle: {normal: {width: 1, opacity: 0.2 ,},}, data: [{value: [17, 24, 27, 29, 26, 16, 13, 17, 25], name: '2014-07 ', // you can specify the itemstyle: {normal: {color: 'rgba (2018, 0 ,. (3) ', linestyle: {color: 'rgba (255,225, 0 ,. 3) ',},},}, // display the value label: {normal: {Show: True, formatter: (Params: Any) =>{ return Params at the inflection point. value },},},{ value: [5, 20, 19, 11, 22, 17, 8, 19, 16], name: '', itemstyle: {normal: {color: 'rgba (60,135,213 ,. 3) ', linestyle: {width: 1, color: 'rgba (60,135,213 ,. 3) ',},},},}, {value: [7, 18, 19, 13, 22, 17, 8, 25, 9], name :'', itemstyle: {normal: {color: 'rgba (255, 74, 74 ,. 3) ', linestyle: {width: 1, color: 'rgba (255, 74, 74 ,. 3) ',},},},},],}],} ------------------- Original: 81366738
Introduction to parameters for generating radar charts using echarts