InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will not use JavaScript?(a) Animated attacked bar graph(b) Pie chart(c) Animated Donut chart(d) Infographic charts |
|
Answer» Right choice is (b) Pie chart The explanation is: Pure CSS3 experimental charts do not use any JavaScript & zero image, but can be viewed in Webkit browsers. Animated Stacked Bar Graph use D3 chart and JavaScript, it is developed to mimic live data feed, and give an illusion of how to handle data on the backend. |
|