Echarts Basic Introduction: General Configuration of Bar Chart and Line Chart

Echarts Basic Introduction: General Configuration of Bar Chart and Line Chart

1Basic steps of echarts

Four Steps

1 Find the DOM container

2 Initialization

3 Configuration options

4 setOptions

Almost all 124 steps are the same. Options are configuration items. You can set whatever icon you want to present.

The most basic bar chart with maximum and minimum values

2 Average value markLine attribute


3 numerical display bar width, horizontal bar chart

Numerical display label attribute

Column width barWidth

If it is horizontal, you only need to pay attention to the transformation of the two axes.

General configuration is the general configuration of pie chart and scatter chart

title

tooltip: Tips

toolbox tool button

legend

Tooltip prompt box component, prompt when the mouse moves over the chart

The formatter can also set the function

toolbox

It can export pictures, data views, dynamic type switching, data area zoom, reset and other five tools and functions

legend, used to filter series, needs to be used with series

The basic usage of the four common configurations is like this

title title tooltip tool button toolbox legend: legend

Line chart

Basic drawing

Average value of size, marked interval

The average value of the size is exactly the same as the bar chart


Mark Area


Line control smoothness

Fill Style


Close to the edge


Y-axis range

scale


To stack the chart, set each stack: 'all'

normal

Will overlap, you can set

Each series adds

It will become like this, there will be no overlap, but pay attention to the changes in the y-axis. The starting point of the upper line is 1000, it just adds 1000 upwards.

Plus areaStyle

The stacking effect is even more obvious.

Summarize

This is the end of this article about the basic introduction to Echarts: general configuration of bar charts and line charts. For more relevant content about the general configuration of Echarts bar charts and line charts, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Gradient color bar chart implemented by jQuery plugin Echarts
  • Example of multi-column bar chart effect implemented by jQuery plugin echarts [with demo source code download]
  • Solve the problem that echarts shows two values ​​in a bar chart, similar to a progress bar
  • echarts bar chart background overlapping combination instead of parallel implementation code
  • Echarts Bar horizontal bar chart example code

<<:  MySQL limit performance analysis and optimization

>>:  Detailed tutorial on installing nvidia driver + CUDA + cuDNN in Ubuntu 16.04

Recommend

Examples of using the ES6 spread operator

Table of contents What are spread and rest operat...

Classes in TypeScript

Table of contents 1. Overview 2. Define a simple ...

Solution to span width not being determined in Firefox or IE

Copy code The code is as follows: <html xmlns=...

Hyperlink icon specifications: improve article readability

1. What is the hyperlink icon specification ?<...

Some tips on website design

In fact, we have been hearing a lot about web des...

...

Understanding and application scenarios of enumeration types in TypeScript

Table of contents 1. What is 2. Use Numeric Enume...

HTML table markup tutorial (4): border color attribute BORDERCOLOR

To beautify the table, you can set different bord...

Complete steps to set up automatic updates in CentOS 8

The best thing you can do for your data and compu...

Learn MySQL database in one hour (Zhang Guo)

Table of contents 1. Database Overview 1.1 Develo...

Multi-service image packaging operation of Dockerfile under supervisor

Writing a Dockerfile Configure yum source cd /tmp...

React-native sample code to implement the shopping cart sliding deletion effect

Basically all e-commerce projects have the functi...