今天就学习课程吧!
今天就开通帐号,24,600 门业界名师课程任您挑!
Solution overview
(bright music) - [Narrator] Let's take a look at the finished solution for this problem. As you can see, we can set a range of data and once we modify sort of the parameters here for the data, you can see that the chart changes dynamically. We can also turn these different sort of dots on and off. And you can even sort of scroll through the data by using this selector right here. Now, most of that is done with a framework called C3. C3 is going to automatically create this chart from us. It's just going to require some data. Now, one of the problems with this particular Code Clinic exercise is that JavaScript doesn't like dealing with lots of data, so whenever I change this data point here to be something bigger. Let's try to January 3rd, 2015; you can see that it slows down as it tries to get a lot more data point and if I were to try to say, analyze a whole year, it would probably crash your browser or act really, really slow. So, JavaScript isn't the language where you want to…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
(已锁定)
Intro: The weather at Pond Oreille1 分钟 51 秒
-
(已锁定)
Solution overview2 分钟 20 秒
-
(已锁定)
Accessing the MySQL database7 分钟 13 秒
-
Reading data with fetch()4 分钟 17 秒
-
(已锁定)
Passing information to our database2 分钟 56 秒
-
(已锁定)
Charting basic data with C3.js5 分钟 42 秒
-
(已锁定)
Plotting multiple graphs9 分钟 28 秒
-
(已锁定)
Customizing the chart display4 分钟 32 秒
-
(已锁定)
Controlling the interface9 分钟 30 秒
-
(已锁定)
-
-
-
-
-