From 1d8a19e78b1ea11077a422b52d79e59061349a7c Mon Sep 17 00:00:00 2001 From: Anil Basdeo Date: Mon, 5 Nov 2018 14:20:06 -0500 Subject: [PATCH] Removed comma from D3 guide (#33934) --- guide/english/d3/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/d3/index.md b/guide/english/d3/index.md index 7f87b3f1f4..ef1fd5dbab 100644 --- a/guide/english/d3/index.md +++ b/guide/english/d3/index.md @@ -11,7 +11,7 @@ title: D3 **D3.js** version 1.0.0 was released back in 18 February 2011. -## Why, D3.js? +## Why D3.js? *D3** does not introduce a new visual representation. Unlike **Processing**, **Raphaƫl**, or **Protovis**, *D3's* vocabulary of graphical marks comes directly from web standards: HTML, SVG, and CSS - https://d3js.org/ @@ -59,4 +59,4 @@ There are over 20,000+ **D3.js** examples you could learn from, but you never kn - [D3 in Depth](https://d3indepth.com) - [Learning D3](https://davidwalsh.name/learning-d3) - [Motion Visualization with D3](https://omid.al/posts/2016-08-23-MocapVis-D3.html) - ------------ + ------------ \ No newline at end of file