This commit is contained in:
Michael Bostock 2010-11-08 14:51:07 -08:00
Родитель f629ad5a68
Коммит f8557b993f
1 изменённых файлов: 3 добавлений и 9 удалений

Просмотреть файл

@ -3,14 +3,10 @@
**D3** is a small, free JavaScript library for manipulating HTML documents
based on data. D3 can help you quickly visualize your data as HTML or SVG,
handle interactivity, and incorporate smooth transitions and staged animations
into your pages.
into your pages. You can use D3 as a visualization framework (like Protovis),
or you can use it to build dynamic pages (like jQuery).
You can use D3 as a visualization framework, or you can just use it to build
dynamic pages. Unlike other systems, D3 doesn’t tie you to a proprietary
representation, so you are free to exercise the full capabilities of modern
browsers.
## Browser Support
### Browser Support
D3 should work on any browser, with minimal requirements such as JavaScript
and the [W3C DOM](http://www.w3.org/DOM/) API. We also require the [Selectors
@ -24,8 +20,6 @@ required to use D3, but are useful for visualization. D3 is not a
compatibility layer. The examples should work on Firefox, Chrome (Chromium),
Safari (WebKit), Opera and IE9.
### NOTICE FOR CHROME USERS
Chrome has strict permissions for reading files out of the local file system.
To view some of the examples locally, you will need to start a local web
server. One easy way to do that is to install Tornado: