最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。
ECharts is an open source visualization library implemented in JavaScript, covering various industry diagrams to meet a variety of needs.
ECharts follows the Apache-2.0 open source agreement and is free for commercial use.
ECharts is compatible with most browsers (IE8/9/10/11,Chrome,Firefox,Safari,etc.) and a variety of devices, and can be displayed willfully anytime, anywhere. To read this tutorial, you need to have the following foundations: HTML tutorial JavaScript tutorial Example ECharts includes the following features: Rich visualization types: provide conventional line chart, column chart, scatter chart, pie chart, K chart, box chart for statistics, map, thermal map, line chart for geographic data visualization, relational data visualization diagram, treemap, rising sun chart, parallel coordinates for multi-dimensional data visualization, funnel chart for BI, dashboard, and support the mash-up between charts and charts. Multiple data formats can be used directly without conversion: built-in Mobile optimization: detailed optimization is made for the interaction of the mobile terminal, for example, the small screen of the mobile terminal issuitable for zooming and translating with fingers in the coordinate system.The PC side can also use the mouse to zoom (scroll wheel with the mouse), pan, and so on. Multi-rendering scheme, cross-platform use: support rendering charts in the form of Canvas, SVG (4.0 +) and VML. In-depth interactive data exploration: provide out-of-the-box interactive components such as legend, visual mapping, data area scaling, tooltip, data brushing, etc., which can perform multi-dimensional data filtering, view zooming, showing details and other interactive operations. Support for multi-dimensional data and rich visual coding methods: for traditional scatter maps, the incoming data can also be multi-dimensional. Dynamic data: changes in data drive changes in the presentation of the chart. Gorgeous special effects: the visualization of geographic data such as line data and point data provides eye-catching special effects. Through GL to achieve more powerful and gorgeous 3D visualization: in VR, large screen scene to achieve 3D visualization. Barrier-free access (4.0 +): support automatic intelligent generation of descriptions according to chart configuration items, so that the blind can understand the contents of the chart with the help of reading devices, so that the chart can be accessed by more people! 9.1.1. What you need to know before reading this tutorial: ¶
9.1.2. First ECharts instance ¶
9.1.3. ECharts characteristics ¶
dataset properties (4.0+) support direct input, including two-dimensional tables, key-value and other data sources in multiple formats, in addition to supporting input TypedArray Data in the format. Front-end display of tens of millions of data: through incremental rendering technology (4.0 +), with a variety of detailed optimization ECharts can show tens of millions of levels of data.