Crossfilter.js用来过滤数据

这是一篇翻译  原文http://www.codeproject.com/Articles/693841/Making-Dashboards-with-Dc-js-Part-Using-Crossfil

Making Dashboards with Dc.js - Part 1: Using Crossfilter.js

原文是用来介绍dc.js的,我这里先来介绍crossfilter.js
   

Using the Code

Download the Crossfilter.js file from GitHub and include it in your HTML page. For these examples, I'm going to use the raw GitHub source for a reference.

首先从github上下载Crossfilter.js 文件并嵌入网页,如果是直接用github上面的代码的话就是一下引用。


                    
                    

你可能感兴趣的:(Javascript)