Data visualization based on JS + eckarts

The chart Library of echarts is used in this project. Echarts provides conventional line chart, column chart, scatter chart, pie chart and k-line chart, box chart for statistics, map, thermal chart and line chart for geographic data visualization, relationship chart, treemap and sunrise chart for relational data visualization, parallel coordina ...

Added by Janco on Fri, 22 Oct 2021 02:53:40 +0300

Web front end final assignment ❤ Responsive cool personal log blog page design ❤ ️(HTML+CSS+JavaScript)

🍅 Author home page: Li Yangyong   🍅 Introduction: high quality creator in Java field 🏆, [Li Yangyong] author of public account ✌   Resume template, learning materials, interview question bank, technical assistance [pay attention to me and give it to you] 🍅   Get the source code at the end of the article   🍅 ...

Added by retoknaak on Thu, 21 Oct 2021 01:38:43 +0300

CSS box model

1.1 characteristics of the box Box model is an important attribute for web page layout. A page is composed of multiple boxes, and the content of each box is different. Here is a box model: elementdescribeOuter marginExtra distance between box and other elementsInner margin (padding)Also known as fill distance, it is the distance between ...

Added by stridox on Mon, 18 Oct 2021 20:55:40 +0300

The most commonly used 61 pieces of classic code in Javascript

one ο nc ο ntextmenu="window.event.returnValue=false" will completely block the right mouse button <table border ο nc ο Ntextmenu = return (false) > < td > no < / Table > can be used for table 2. < body onselectstart = "return false" > unselect and prevent copying ...

Added by wompgx on Mon, 18 Oct 2021 08:20:10 +0300

2021-10-14 ContextType (MIME) and Java file upload / download

ContextType(MIME) ContextType is a field in which MIME (Multipurpose Internet Mail Extensions) represents the type of information transmitted over HTTP. Different contexttypes represent different types. There are some commonly used contexttypes. The syntax of MIME type is type/subtype, which is in IETF RFC 6838 The syntax is composed of t ...

Added by gszauer on Fri, 15 Oct 2021 00:10:53 +0300

CSS learning notes

1 Introduction 1 css is the standard introduced by w3c 2 versions css1, css2, css3 3. What is CSS The web page is divided into three parts: structure(HTML) performance(CSS) behavior(JavaScript) CSS - Cascading style sheets - The web page is actually a multi-layer structure CSS You can style each l ...

Added by theironchef on Thu, 14 Oct 2021 06:25:31 +0300

vue component communication

        There are three types of communication between components: parent to child, child to parent, and brother components Six communication modes between vue components         1.props/$emit                 props is passed from parent to child, $emit is passed from child to pare ...

Added by 86Stang on Wed, 13 Oct 2021 15:15:36 +0300

Pyecharts makes large screen of epidemic visualization data

Inspiration for this article: https://blog.csdn.net/qq_43613793/article/details/104268536 Thank the blogger for providing learning articles! brief introduction Echarts is a data visualization open source by Baidu. With good interactivity and exquisite chart design, echarts has been recognized by many developers. Python is an expressive lang ...

Added by ottoman_ on Tue, 12 Oct 2021 05:29:18 +0300

Basic theory of events (38)

DOM events  * [DOM event]  *  * 1. What is an event?  *   An event is an event or a behavior (for an element, many of its events are innate). As long as we operate the element, these behaviors will be triggered  *   "Events are the inherent behaviors of elements. When we operate elements, we wi ...

Added by cactuscake on Mon, 11 Oct 2021 04:48:25 +0300

Adaptation scheme of Vue+Echarts enterprise large screen project

After the company has done many large screen projects, there are many solutions for screen adaptation, such as media query, scale scaling, Rem, vw, etc. to be honest, but each solution has its own specific use scenarios. In the face of different projects, our first consideration is not which solution is the best, but the most appropriate. Af ...

Added by bal bal on Mon, 11 Oct 2021 04:43:30 +0300