Home > Web Front-end > JS Tutorial > body text

Column statistical chart implemented by javascript_javascript skills

WBOY
Release: 2016-05-16 18:22:16
Original
1515 people have browsed it

For work needs, use JavaScript to make a statistical chart:
After completion, make a note and share it with everyone to learn from each other. There are still some problems and it is not perfect yet.
It refers to Baidu Space, Central Management Center, Access Statistics, and js statistical charts. However, there are still differences in application, because in the project I am working on, new statistical tables need to be drawn in real time. When the data changes, the method of drawing the table will be called. So we need to consider the issue of page performance.

The following is the preview after completion. You can see that it takes 0.005 milliseconds to draw a table, which is 1/200th of a second. I am quite satisfied with the efficiency!
Currently, it works normally in firefox, chrome, and IE8, but there is a problem in IE6. I don’t care about IE6 now. The front-end brothers should try their best to guide users to give up IE6.

Column statistical chart implemented by javascript_javascript skills
All codes are as follows: you can copy and run them directly.
Now there is a problem. The solution is that in the firebug debugging state, once the mouse moves to the horizontal ruler line, an error will be reported!
If anyone knows how to solve this problem, please feel free to enlighten me! Thanks!


[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh to execute it
]

This chart is finished, and there are still It's a little regretful, that's what bothers me, in the firebug debugging state, when the mouse moves to the horizontal ruler line, an error occurs! !

To summarize: the basic skills of JavaScript to operate DOM elements. Before drawing a diagram, you must have a draft. For complex diagrams, you must draw them on paper before you can have a clear mind and start coding.
Code package download
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template