Echarts Getting Started-2

Source: Internet
Author: User
Tags x2 y2 radar

1. Component Nouns

  • Options
    • Option
    • Timeline
    • Title
    • Toolbox
    • ToolTip
    • Legend
    • DataRange
    • Datazoom
    • Roamcontroller
    • Grid
    • Xaxis
    • YAxis
    • Axis
        • Axisline
        • Axistick
        • AxisLabel
        • Splitline
        • Splitarea
        • Data
    • Polar
    • Series (general)
        • Series (Right Angle system)
        • Series (pie chart)
        • Series (radar chart)
        • Series (map)
        • Series (Thermal map)
        • Series (Force-oriented layout diagram)
        • Series (chord chart)
        • Series (instrument panel)
        • Series (funnel chart)
        • Series (Event stream graph)
        • Series (Rectangular tree chart)
        • Series (tree chart)
        • Series (Venn diagram)
        • Series (character Fu Yun)
        • Data
        • Markpoint
          • Data
        • Markline
          • Data
    • ItemStyle
    • LineStyle
    • Areastyle
    • TextStyle
    • Loadingoption
    • Nodataloadingoption
    • BackgroundColor
    • Color
    • Symbollist
    • Renderasimage
    • Calculable
    • Calculablecolor
    • Calculableholdercolor
    • Nameconnector
    • Valueconnector
    • Animation
    • Adddataanimation
    • Animationthreshold
    • Animationduration
    • Animationdurationupdate
    • Animationeasing

2 chart nouns

    • Chart type
      • Line
      • Bar
      • Scatter
      • K
      • Pie
      • Radar
      • Chord
      • Force
      • Map
      • Heatmap
      • Gauge
      • Funnel
      • Eventriver
      • TreeMap
      • Venn
      • Tree
      • Wordcloud

3.grid assembly drawing grid in right angle coordinate system

Six elements: x;y;x2;y2;width;height; When defining a wide-height neglect x y x2 y2

All parameters of grid: X,y,x2,y2,width,height,backgroundcolor,borderwidth,bordercolor

4

Axis

Xaxis

YAxis

There are three types of axes, category, numeric, and time, and their differences are:

    • Category: You need to specify the data (category list), there are only these specified class coordinates in the axis
    • Numeric type: You need to specify a range of values, do not specify when the calculation of numerical ranges, the axis contains the numerical interval content all coordinates
    • Time Type: The time axis usage is the same numeric type, only the target processing and the formatted display are automatically converted to time, and the time granularity that needs to be displayed is automatically switched over the time span

Parameter:{string} type,{Boolean}show,{string}Position,...data is a class-specific property

Echarts Getting Started-2

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.