tags: Web front-end learning notes html echarts js
TEXT: Main title
SubText: Subtock
TextStyle: {} // Property settings for the primary title
SubtextStyle: {} // Subtitle Properties
ItemGAP: Spacing between master subtitles
TEXTALIGN: Horizontal alignment of overall (including Text and Subtext)
title: {
show: true,
TEXT: 'This month's participation project',
Subtext: Total + '
itemGap: 8,
left: '48%',
top: '45%',
textStyle: {
color: '#B4E4FF',
fontSize: 8 * sceenRate,
},
subtextStyle: {
color: '#B4E4FF',
fontSize: 8 * sceenRate,
},
x: 'center',
y: 'center',
textAlign:'center'
},
Transfer from: https://www.jianshu.com/p/850e54cd696d...
Pie chart size Location of legend The effect is as follows: data.json...
Change the background, font, polyline color, x, y axis color, title font color, lenend font color, the effect picture after adding units to the y axis Original image code js html...
In the development program with echarts small, we found a very strange question. Font and font size is inconsistent device debugging during development. Finally found add rich in fontSize below the li...
1. As shown in the figure below, the position and size of the figure and the position of the legend: 2. The code is shown in the following figure: legend position (leg position), ...
Only one effect of the font is demonstrated here, and other styles are the same by analogy (refer to official documents) This can be done without looking at the documentation, but I did not solve the ...