Create and publish your own interactive data visualization projects on the web—even if you have little or no experience with data visualization or web development. It’s inspiring and fun with this friendly, accessible, and practical hands-on introduction. This fully updated and expanded second edition takes you through the fundamental concepts and methods of D3, the most powerful JavaScript library for expressing data visually in a web browser. Ideal for designers with no coding experience, reporters exploring data journalism, and anyone who wants to visualize and share data, this step-by-step guide will also help you expand your web programming skills by teaching you the basics of HTML, CSS, JavaScript, and SVG. Learn D3 4.x—the latest D3 version—with downloadable code and over 140 examples Create bar charts, scatter plots, pie charts, stacked bar charts, and force-directed graphs Use smooth, animated transitions to show changes in your data Introduce interactivity to help users explore your data Create custom geographic maps with panning, zooming, labels, and tooltips Walk through the creation of a complete visualization project, from start to finish Explore inspiring case studies with nine accomplished designers talking about their D3-based projects
2023-06-14 00:43:03 26.05MB d3 d3.js data visual
1
D3编程,工具为webstorm 学科分级 集群图
2023-06-05 13:46:35 839KB D3 集群图 webstorm
1
完整高清pdf电子书《D3 API详解》作者:张天旭,魏飞 电子工业出版社
2023-03-22 11:58:21 106.79MB d3 d3 api d3
1
通过usb type C传输DP信号的协议要求
2023-03-08 22:29:36 4.34MB USB
1
数据可视化 基于D3.js构建的数据可视化示例集合。 目前包括: toptwenty :一种从 CSV 文件集合中提供多个“前 20 个”列表的简单方法。 允许动态更改列表的主题和列表的元素数量。 包括翻转文本以获取更多信息。 wordlcoud :一种从节点和有向边的数据集创建交互式 wordcloud 的简单方法。 允许拖动以更改布局并双击以突出显示连接的组件。 toptwenty.js 从输入数据轻松创建交互式 SVG,显示多个“前 20”列表。 最终用户可以单击更改显示的条数或显示的数据。 可以接受任意数量的数据集。 用法: 在您的页面中包含toptwenty.js ,然后使用以下语法调用toptwenty : toptwenty ( svg_id , h , w , font_family , n
2023-03-07 23:45:11 8.15MB JavaScript
1
航班延误可视化 使用 d3.js 和 dc.js 对图表进行实验。 。
2023-03-07 23:06:32 479KB JavaScript
1
efficientdet-d3.pth 权重文件
2023-02-22 11:11:13 46.58MB efficientdet 深度学习
1
DFT的matlab源代码D3色散模型 dftd3简单直接替换。 该程序提供了DFT-D3色散校正的小型且易于使用的实现(请参阅和了解详细信息)。 它主要基于程序,并从中的实施中借用了一两个想法。 安装 conda包装 这个项目是为conda软件包管理器打包的,可以在conda-forge频道上找到。 要安装conda软件包管理器,我们建议安装程序。 如果conda-forge频道尚未启用,请使用以下命令将其添加到您的频道中 conda config --add channels conda-forge 启用conda-forge频道后,可以使用以下方法安装该项目: conda install simple-dftd3 可以使用以下命令列出平台上可用的所有版本: conda search simple-dftd3 --channel conda-forge 现在您可以使用s-dftd3 。 从源头建造 要从此存储库中的源代码构建该项目,您需要 支持Fortran 2008的Fortran编译器 版本0.53或更高版本 构建系统后端,即1.7版或更高版本 可选的依赖项是 BLAS(通过-
2023-02-03 17:11:58 359KB 系统开源
1
d3 折线图 一个 d3.js 库,可帮助您轻松绘制折线图。 如何使用它 包括d3.js , d3-line-char.js < script type = "text/javascript" src = "./d3.js" charset = "utf-8" > < / script > < script type = "text/javascript" src = "./d3-line-chart.js" charset = "utf-8" > < / script > 绘制图形的最简单方法 var data = { name : 'series' , values : [ { x : 1 , y : 2 } , { x : 2 , y : 4 } , { x : 3 , y : 3 } ] } ; new LineChart ( ) . for ( [ data
2023-01-14 02:37:55 87KB HTML
1
交互式 d3-barGraph 此 d3 条形图代表了 1990 年至 2013 年印度和美国的死亡率。数据来源:联合国人口司的世界人口展望 特征: 有吸引力的 d3 条形图 沿图形轴的网格线 使用多个 TSV 数据源文件 悬停时的交互式工具提示 缩放/格式化轴 路径转换 注释良好的代码以供将来参考
2022-12-29 15:48:17 92KB JavaScript
1