Introduction to parameters for generating radar charts using echarts

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.