- Learning jqPlot
- Scott Gottreu
- 172字
- 2021-09-03 09:49:42
Chapter 2. More Line Charts, Area Charts, and Scatter Plots
In the previous chapter, we reviewed the parts of a chart and began creating line charts. We manually created data arrays and passed them into our jqPlot objects. In this chapter, we'll learn how to import data from remote sources. We will discuss what area charts, stacked area charts, and scatter plots are. Then we will learn how to implement these newly learned charts. We will also learn about trend lines. The following list details the topics covered in this chapter:
- Learn how to work with remote data sources
- Fill the area between two lines to denote expenses
- Learn about area charts and stacked area charts and how they differ
- Create an area chart showing profits by division
- Create a stacked area chart showing revenue by division
- Learn what trend lines are and how to implement them
- Discuss how scatterplot charts are different from line charts
- Create a scatterplot looking for a correlation between shares on Twitter and e-commerce conversions
推薦閱讀
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(R+Python)
- Java程序設(shè)計(jì)與開發(fā)
- The DevOps 2.3 Toolkit
- Node.js 10實(shí)戰(zhàn)
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- C和C++安全編碼(原書第2版)
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Python高級機(jī)器學(xué)習(xí)
- D3.js By Example
- ArcGIS for Desktop Cookbook
- Scrapy網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- Instant GLEW
- 計(jì)算思維與Python編程