d3.chart

一个用 d3.js 创建可重用图表的框架。「A framework for creating reusable charts with d3.js.」

  • 所有者: misoproject/d3.chart
  • 平台: Linux, Mac, Web browsers, Windows
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

d3.chart

A framework for creating reusable charts with D3.js.

Build Status

To get started you can:

  • Read about reusability in d3 here
  • Read our introduction post to d3.chart here
  • Dive right into the wiki, which is full of instructions and guides.
  • Check out the Miso Project website which has some live coding examples

Installing

You can install d3.chart via bower by running:

$ bower install d3.chart

You can also install it via npm by running:

$ npm install d3.chart

Otherwise, you can download it directly from this repository.

Using

d3.chart implements "UMD", making it convenient to consume from a number of
environments:

  • The library may be loaded in a web browser directly via HTML <script>
    tags--just be sure to load it after D3.js, e.g.

    <script src="scripts/lib/d3.v3.min.js"></script>
    <script src="scripts/lib/d3.chart.min.js"></script>
    
  • From AMD-enabled environments, simply
    add an entry for "d3.chart" in your paths configuration.

  • Consuming using CommonJS modules
    (e.g. via tools like Browserify) should "just work"

Build Instructions

Build requirements:

To fetch required dependencies, run the following command from the root of
this repository:

$ npm install
$ bower install

After this, the project can be built by invoking Grunt from within this
repository:

$ grunt

主要指標

概覽
名稱與所有者misoproject/d3.chart
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台Linux, Mac, Web browsers, Windows
許可證MIT License
所有者活动
創建於2013-02-22 19:24:27
推送於2016-01-23 21:46:55
最后一次提交2016-01-23 16:45:58
發布數7
最新版本名稱v0.3.0 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數727
關注者數56
派生數84
提交數175
已啟用問題?
問題數85
打開的問題數29
拉請求數23
打開的拉請求數2
關閉的拉請求數15
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?