|
7 | 7 | dc.js |
8 | 8 | ===== |
9 | 9 |
|
10 | | -Dimensional charting built to work natively with crossfilter rendered using d3.js. Check out the |
11 | | -[example page](http://dc-js.github.com/dc.js/) with a quick five minutes how to guide. For a |
12 | | -detailed [API reference](https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.6.0.md) and |
13 | | -more please visit the [Wiki](https://github.com/dc-js/dc.js/wiki). |
| 10 | +Dimensional charting built to work natively with [crossfilter](http://crossfilter.github.io/crossfilter/) |
| 11 | +rendered using [d3.js](https://d3js.org/). In dc.js, each chart displays an aggregation of some |
| 12 | +attributes through the position, size, and color of its elements, and also presents a dimension |
| 13 | +which can be filtered. When the filter or brush changes, all other charts are updated dynamically, |
| 14 | +using animated transitions. |
14 | 15 |
|
| 16 | +Check out the [example page](http://dc-js.github.com/dc.js/) |
| 17 | +and its [annotated source](http://dc-js.github.io/dc.js/docs/stock.html) for a quick five minute |
| 18 | +how-to guide. The detailed [API reference is here](http://dc-js.github.io/dc.js/docs/html/) |
| 19 | +([markdown version](https://github.com/dc-js/dc.js/blob/develop/web/docs/api-latest.md)). For |
| 20 | +more examples and hints please visit the [Wiki](https://github.com/dc-js/dc.js/wiki). |
| 21 | + |
| 22 | + |
| 23 | +Support |
| 24 | +-------------------- |
| 25 | +* [Example Site](http://dc-js.github.com/dc.js/) |
| 26 | +* [Changelog](https://github.com/dc-js/dc.js/blob/develop/Changelog.md) |
| 27 | +* [Frequently Asked Questions](https://github.com/dc-js/dc.js/wiki/FAQ) and [Wiki](https://github.com/dc-js/dc.js/wiki) |
| 28 | +* [v2.0 API Reference](http://dc-js.github.io/dc.js/docs/html/) <sup>([markdown](https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md))</sup> <sup>([next - v2.1](https://github.com/dc-js/dc.js/blob/develop/web/docs/api-latest.md))</sup> <sup>([last - v1.7](https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.7.0.md))</sup> |
| 29 | +* [dc.js on StackOverflow](http://stackoverflow.com/questions/tagged/dc.js) - ask questions and get help |
| 30 | +* [User Group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group) ("mailing list") - discussion and longer topics |
| 31 | +* [GitHub Issues](https://github.com/dc-js/dc.js/issues) - bug reports and feature requests |
| 32 | + |
| 33 | +*Please direct questions and support requests to Stack Overflow or the user group. When posting to Stack Overflow, use the* `[dc.js]` *and/or* `[crossfilter]` *tags - other tags are likely to draw unwanted attention.* |
| 34 | + |
| 35 | +Get help faster with a working example! Fork these to get started:<br> |
| 36 | +[example jsFiddle](https://jsfiddle.net/gordonwoodhull/1hbjwxzy/) - [blank jsFiddle](https://jsfiddle.net/gordonwoodhull/kk4j0bzn/) - [example bl.ock](http://blockbuilder.org/gordonwoodhull/ecce8e32d64c662cffd5) - [blank bl.ock](http://blockbuilder.org/gordonwoodhull/9ab997c9a8d7d3380364) |
15 | 37 |
|
16 | 38 | CDN location |
17 | 39 | -------------------- |
18 | 40 | ``` |
19 | | -http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.5/dc.min.js |
20 | | -http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.5/dc.min.css |
| 41 | +http://cdnjs.cloudflare.com/ajax/libs/dc/2.0.0/dc.min.js |
| 42 | +http://cdnjs.cloudflare.com/ajax/libs/dc/2.0.0/dc.min.css |
21 | 43 | ``` |
22 | 44 | Please do not use github.io as a CDN unless you need the bleeding-edge features. |
23 | 45 |
|
|
0 commit comments