Last active
August 29, 2015 14:04
-
-
Save programulya/ca1eccdc3eb4252e218e to your computer and use it in GitHub Desktop.
JavaScript DOM tasks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JavaScript DOM: | |
Напишите функцию createDiagram, которая динамически добавит диаграмму величины продаж: | |
https://drive.google.com/file/d/0B-P2lKnSdvr4bElzRzVjajNRM28/edit?usp=sharing. | |
Можно использовать свойства width и background-color элемента span. | |
Размер горизонтальных полос вычисляется пропорционально. | |
Исходные данные: | |
June July August | |
iPad 4.3 2.4 2 | |
iPhone 2.5 4.4 2 | |
iMac 3.5 1.8 3 | |
Apple II 0.5 0.8 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment