InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a library for JavaScript?(a) PlotKit(b) List bar chart(c) Pie chart(d) Stacked bar graphs |
|
Answer» The correct choice is (a) PlotKit The best I can explain: PlotKit is a library for JavaScript that is an improved version of CanvasGraph. It lets us build various sorts of charts and graphs without a hitch. In list bar chart we style definition list and convert it into a timeline chart. |
|