Skip to content

Instantly share code, notes, and snippets.

@ourai
Last active December 20, 2015 12:09
Show Gist options
  • Select an option

  • Save ourai/6128634 to your computer and use it in GitHub Desktop.

Select an option

Save ourai/6128634 to your computer and use it in GitHub Desktop.

Revisions

  1. Ourai Lin revised this gist Aug 11, 2013. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion recommendation.md
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,21 @@
    ## 数据可视化(Data visualization)

    ### 大数据

    - [D3 (Data-Driven Documents)](http://d3js.org/)

    ### 图表(Charts)

    - [Highcharts JS](http://www.highcharts.com/)
    - [Chart.js](http://www.chartjs.org/)
    - [Echarts](http://ecomfe.github.io/echarts/) - 国产的一款还不错的基于 canvas 的图表库,IE9 以下浏览器通过 excanvas 进行支持。
    - [Echarts](http://ecomfe.github.io/echarts/) - 国产的一款还不错的基于 canvas 的图表库,IE9 以下浏览器通过 excanvas 进行支持。

    ## 模块加载器(Module Loader)

    ### AMD

    - [RequireJS](http://requirejs.org/)

    ### CMD

    - [Sea.js](http://seajs.org)
  2. Ourai Lin revised this gist Aug 1, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion recommendation.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@
    ### 图表(Charts)

    - [Highcharts JS](http://www.highcharts.com/)
    - [Chart.js](http://www.chartjs.org/)
    - [Chart.js](http://www.chartjs.org/)
    - [Echarts](http://ecomfe.github.io/echarts/) - 国产的一款还不错的基于 canvas 的图表库,IE9 以下浏览器通过 excanvas 进行支持。
  3. Ourai Lin revised this gist Aug 1, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion recommendation.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,8 @@

    ## 数据可视化(Data visualization)

    - [D3(Data-Driven Documents)](http://d3js.org/)
    ### 大数据
    - [D3 (Data-Driven Documents)](http://d3js.org/)

    ### 图表(Charts)

  4. Ourai Lin revised this gist Aug 1, 2013. No changes.
  5. Ourai Lin revised this gist Aug 1, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions recommendation.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # 前端开发资源推荐

    这里收集了一些经过本人亲自试用验证过值得推荐的在前端开发过程中也许会用到的资源(工具、框架、库、插件等)。

    ## 数据可视化(Data visualization)

    - [D3(Data-Driven Documents)](http://d3js.org/)
  6. Ourai Lin renamed this gist Aug 1, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. Ourai Lin created this gist Aug 1, 2013.
    10 changes: 10 additions & 0 deletions cookbook.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # 前端开发资源推荐

    ## 数据可视化(Data visualization)

    - [D3(Data-Driven Documents)](http://d3js.org/)

    ### 图表(Charts)

    - [Highcharts JS](http://www.highcharts.com/)
    - [Chart.js](http://www.chartjs.org/)