fix(challenges): update required links for d3 challenges (#34477)

This commit is contained in:
Kristofer Koishigawa
2019-02-08 15:37:46 +09:00
committed by Valeriy
parent 83ef9029fb
commit 84e28bd0f0
175 changed files with 5 additions and 349 deletions

View File

@ -4,7 +4,11 @@
"order": 1, "order": 1,
"time": "5 hours", "time": "5 hours",
"template": "", "template": "",
"required": [], "required": [
{
"src": "https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js"
}
],
"superBlock": "data-visualization", "superBlock": "data-visualization",
"superOrder": 4, "superOrder": 4,
"challengeOrder": [ "challengeOrder": [

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd4 id: 587d7faa367417b2b2512bd4
title: Add a Hover Effect to a D3 Element title: Add a Hover Effect to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd6 id: 587d7faa367417b2b2512bd6
title: Add a Tooltip to a D3 Element title: Add a Tooltip to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd8 id: 587d7fab367417b2b2512bd8
title: Add Attributes to the Circle Elements title: Add Attributes to the Circle Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fad367417b2b2512bdf id: 587d7fad367417b2b2512bdf
title: Add Axes to a Visualization title: Add Axes to a Visualization
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc8 id: 587d7fa7367417b2b2512bc8
title: Add Classes with D3 title: Add Classes with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc2 id: 587d7fa6367417b2b2512bc2
title: Add Document Elements with D3 title: Add Document Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc6 id: 587d7fa7367417b2b2512bc6
title: Add Inline Styling to Elements title: Add Inline Styling to Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: إضافة التصميم الداخلي للعناصر localeTitle: إضافة التصميم الداخلي للعناصر

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd2 id: 587d7faa367417b2b2512bd2
title: Add Labels to D3 Elements title: Add Labels to D3 Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: أضف تسميات لعناصر D3 localeTitle: أضف تسميات لعناصر D3

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd9 id: 587d7fab367417b2b2512bd9
title: Add Labels to Scatter Plot Circles title: Add Labels to Scatter Plot Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc7 id: 587d7fa7367417b2b2512bc7
title: Change Styles Based on Data title: Change Styles Based on Data
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd1 id: 587d7fa9367417b2b2512bd1
title: Change the Color of an SVG Element title: Change the Color of an SVG Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bca id: 587d7fa8367417b2b2512bca
title: Change the Presentation of a Bar Chart title: Change the Presentation of a Bar Chart
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcd id: 587d7fa8367417b2b2512bcd
title: Create a Bar for Each Data Point in the Set title: Create a Bar for Each Data Point in the Set
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bda id: 587d7fab367417b2b2512bda
title: Create a Linear Scale with D3 title: Create a Linear Scale with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd7 id: 587d7fab367417b2b2512bd7
title: Create a Scatterplot with SVG Circles title: Create a Scatterplot with SVG Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcc id: 587d7fa8367417b2b2512bcc
title: Display Shapes with SVG title: Display Shapes with SVG
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bcf id: 587d7fa9367417b2b2512bcf
title: Dynamically Change the Height of Each Bar title: Dynamically Change the Height of Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bce id: 587d7fa9367417b2b2512bce
title: Dynamically Set the Coordinates for Each Bar title: Dynamically Set the Coordinates for Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: ديناميكيا تعيين الاحداثيات لكل شريط localeTitle: ديناميكيا تعيين الاحداثيات لكل شريط

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd0 id: 587d7fa9367417b2b2512bd0
title: Invert SVG Elements title: Invert SVG Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: عكس عناصر SVG localeTitle: عكس عناصر SVG

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcb id: 587d7fa8367417b2b2512bcb
title: Learn About SVG in D3 title: Learn About SVG in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc3 id: 587d7fa6367417b2b2512bc3
title: Select a Group of Elements with D3 title: Select a Group of Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdb id: 587d7fac367417b2b2512bdb
title: Set a Domain and a Range on a Scale title: Set a Domain and a Range on a Scale
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd3 id: 587d7faa367417b2b2512bd3
title: Style D3 Labels title: Style D3 Labels
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bc9 id: 587d7fa8367417b2b2512bc9
title: Update the Height of an Element Dynamically title: Update the Height of an Element Dynamically
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bde id: 587d7fac367417b2b2512bde
title: Use a Pre-Defined Scale to Place Elements title: Use a Pre-Defined Scale to Place Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: استخدم مقياس محدد مسبقا لوضع العناصر localeTitle: استخدم مقياس محدد مسبقا لوضع العناصر

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdd id: 587d7fac367417b2b2512bdd
title: Use Dynamic Scales title: Use Dynamic Scales
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdc id: 587d7fac367417b2b2512bdc
title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc4 id: 587d7fa7367417b2b2512bc4
title: Work with Data in D3 title: Work with Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc5 id: 587d7fa7367417b2b2512bc5
title: Work with Dynamic Data in D3 title: Work with Dynamic Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd4 id: 587d7faa367417b2b2512bd4
title: Add a Hover Effect to a D3 Element title: Add a Hover Effect to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 将悬停效果添加到D3元素 localeTitle: 将悬停效果添加到D3元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd6 id: 587d7faa367417b2b2512bd6
title: Add a Tooltip to a D3 Element title: Add a Tooltip to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 将工具提示添加到D3元素 localeTitle: 将工具提示添加到D3元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd8 id: 587d7fab367417b2b2512bd8
title: Add Attributes to the Circle Elements title: Add Attributes to the Circle Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 将属性添加到圆形元素 localeTitle: 将属性添加到圆形元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fad367417b2b2512bdf id: 587d7fad367417b2b2512bdf
title: Add Axes to a Visualization title: Add Axes to a Visualization
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 将轴添加到可视化 localeTitle: 将轴添加到可视化

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc8 id: 587d7fa7367417b2b2512bc8
title: Add Classes with D3 title: Add Classes with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用D3添加类 localeTitle: 使用D3添加类

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc2 id: 587d7fa6367417b2b2512bc2
title: Add Document Elements with D3 title: Add Document Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用D3添加文档元素 localeTitle: 使用D3添加文档元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc6 id: 587d7fa7367417b2b2512bc6
title: Add Inline Styling to Elements title: Add Inline Styling to Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 向元素添加内联样式 localeTitle: 向元素添加内联样式

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd2 id: 587d7faa367417b2b2512bd2
title: Add Labels to D3 Elements title: Add Labels to D3 Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 将标签添加到D3元素 localeTitle: 将标签添加到D3元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd9 id: 587d7fab367417b2b2512bd9
title: Add Labels to Scatter Plot Circles title: Add Labels to Scatter Plot Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 添加标签以分散绘图圆圈 localeTitle: 添加标签以分散绘图圆圈

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc7 id: 587d7fa7367417b2b2512bc7
title: Change Styles Based on Data title: Change Styles Based on Data
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 根据数据更改样式 localeTitle: 根据数据更改样式

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd1 id: 587d7fa9367417b2b2512bd1
title: Change the Color of an SVG Element title: Change the Color of an SVG Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 更改SVG元素的颜色 localeTitle: 更改SVG元素的颜色

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bca id: 587d7fa8367417b2b2512bca
title: Change the Presentation of a Bar Chart title: Change the Presentation of a Bar Chart
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 更改条形图的演示文稿 localeTitle: 更改条形图的演示文稿

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcd id: 587d7fa8367417b2b2512bcd
title: Create a Bar for Each Data Point in the Set title: Create a Bar for Each Data Point in the Set
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 为集合中的每个数据点创建一个条 localeTitle: 为集合中的每个数据点创建一个条

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bda id: 587d7fab367417b2b2512bda
title: Create a Linear Scale with D3 title: Create a Linear Scale with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用D3创建线性比例 localeTitle: 使用D3创建线性比例

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd7 id: 587d7fab367417b2b2512bd7
title: Create a Scatterplot with SVG Circles title: Create a Scatterplot with SVG Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用SVG圈创建散点图 localeTitle: 使用SVG圈创建散点图

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcc id: 587d7fa8367417b2b2512bcc
title: Display Shapes with SVG title: Display Shapes with SVG
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用SVG显示形状 localeTitle: 使用SVG显示形状

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bcf id: 587d7fa9367417b2b2512bcf
title: Dynamically Change the Height of Each Bar title: Dynamically Change the Height of Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 动态改变每个栏的高度 localeTitle: 动态改变每个栏的高度

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bce id: 587d7fa9367417b2b2512bce
title: Dynamically Set the Coordinates for Each Bar title: Dynamically Set the Coordinates for Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 动态设置每个条形的坐标 localeTitle: 动态设置每个条形的坐标

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd0 id: 587d7fa9367417b2b2512bd0
title: Invert SVG Elements title: Invert SVG Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 反转SVG元素 localeTitle: 反转SVG元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcb id: 587d7fa8367417b2b2512bcb
title: Learn About SVG in D3 title: Learn About SVG in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 在D3中了解SVG localeTitle: 在D3中了解SVG

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc3 id: 587d7fa6367417b2b2512bc3
title: Select a Group of Elements with D3 title: Select a Group of Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用D3选择一组元素 localeTitle: 使用D3选择一组元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdb id: 587d7fac367417b2b2512bdb
title: Set a Domain and a Range on a Scale title: Set a Domain and a Range on a Scale
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 在比例上设置域和范围 localeTitle: 在比例上设置域和范围

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd3 id: 587d7faa367417b2b2512bd3
title: Style D3 Labels title: Style D3 Labels
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 风格D3标签 localeTitle: 风格D3标签

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bc9 id: 587d7fa8367417b2b2512bc9
title: Update the Height of an Element Dynamically title: Update the Height of an Element Dynamically
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 动态更新元素的高度 localeTitle: 动态更新元素的高度

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bde id: 587d7fac367417b2b2512bde
title: Use a Pre-Defined Scale to Place Elements title: Use a Pre-Defined Scale to Place Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用预定义比例放置元素 localeTitle: 使用预定义比例放置元素

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdd id: 587d7fac367417b2b2512bdd
title: Use Dynamic Scales title: Use Dynamic Scales
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用动态比例 localeTitle: 使用动态比例

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdc id: 587d7fac367417b2b2512bdc
title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 使用d3.max和d3.min函数查找数据集中的最小值和最大值 localeTitle: 使用d3.max和d3.min函数查找数据集中的最小值和最大值

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc4 id: 587d7fa7367417b2b2512bc4
title: Work with Data in D3 title: Work with Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 在D3中使用数据 localeTitle: 在D3中使用数据

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc5 id: 587d7fa7367417b2b2512bc5
title: Work with Dynamic Data in D3 title: Work with Dynamic Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: 在D3中使用动态数据 localeTitle: 在D3中使用动态数据

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd4 id: 587d7faa367417b2b2512bd4
title: Add a Hover Effect to a D3 Element title: Add a Hover Effect to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd6 id: 587d7faa367417b2b2512bd6
title: Add a Tooltip to a D3 Element title: Add a Tooltip to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd8 id: 587d7fab367417b2b2512bd8
title: Add Attributes to the Circle Elements title: Add Attributes to the Circle Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fad367417b2b2512bdf id: 587d7fad367417b2b2512bdf
title: Add Axes to a Visualization title: Add Axes to a Visualization
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc8 id: 587d7fa7367417b2b2512bc8
title: Add Classes with D3 title: Add Classes with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc2 id: 587d7fa6367417b2b2512bc2
title: Add Document Elements with D3 title: Add Document Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc6 id: 587d7fa7367417b2b2512bc6
title: Add Inline Styling to Elements title: Add Inline Styling to Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd2 id: 587d7faa367417b2b2512bd2
title: Add Labels to D3 Elements title: Add Labels to D3 Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd9 id: 587d7fab367417b2b2512bd9
title: Add Labels to Scatter Plot Circles title: Add Labels to Scatter Plot Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc7 id: 587d7fa7367417b2b2512bc7
title: Change Styles Based on Data title: Change Styles Based on Data
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd1 id: 587d7fa9367417b2b2512bd1
title: Change the Color of an SVG Element title: Change the Color of an SVG Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bca id: 587d7fa8367417b2b2512bca
title: Change the Presentation of a Bar Chart title: Change the Presentation of a Bar Chart
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcd id: 587d7fa8367417b2b2512bcd
title: Create a Bar for Each Data Point in the Set title: Create a Bar for Each Data Point in the Set
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bda id: 587d7fab367417b2b2512bda
title: Create a Linear Scale with D3 title: Create a Linear Scale with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd7 id: 587d7fab367417b2b2512bd7
title: Create a Scatterplot with SVG Circles title: Create a Scatterplot with SVG Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcc id: 587d7fa8367417b2b2512bcc
title: Display Shapes with SVG title: Display Shapes with SVG
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bcf id: 587d7fa9367417b2b2512bcf
title: Dynamically Change the Height of Each Bar title: Dynamically Change the Height of Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bce id: 587d7fa9367417b2b2512bce
title: Dynamically Set the Coordinates for Each Bar title: Dynamically Set the Coordinates for Each Bar
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd0 id: 587d7fa9367417b2b2512bd0
title: Invert SVG Elements title: Invert SVG Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bcb id: 587d7fa8367417b2b2512bcb
title: Learn About SVG in D3 title: Learn About SVG in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc3 id: 587d7fa6367417b2b2512bc3
title: Select a Group of Elements with D3 title: Select a Group of Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdb id: 587d7fac367417b2b2512bdb
title: Set a Domain and a Range on a Scale title: Set a Domain and a Range on a Scale
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd3 id: 587d7faa367417b2b2512bd3
title: Style D3 Labels title: Style D3 Labels
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bc9 id: 587d7fa8367417b2b2512bc9
title: Update the Height of an Element Dynamically title: Update the Height of an Element Dynamically
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bde id: 587d7fac367417b2b2512bde
title: Use a Pre-Defined Scale to Place Elements title: Use a Pre-Defined Scale to Place Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdd id: 587d7fac367417b2b2512bdd
title: Use Dynamic Scales title: Use Dynamic Scales
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fac367417b2b2512bdc id: 587d7fac367417b2b2512bdc
title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset title: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc4 id: 587d7fa7367417b2b2512bc4
title: Work with Data in D3 title: Work with Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc5 id: 587d7fa7367417b2b2512bc5
title: Work with Dynamic Data in D3 title: Work with Dynamic Data in D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
--- ---

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd4 id: 587d7faa367417b2b2512bd4
title: Add a Hover Effect to a D3 Element title: Add a Hover Effect to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar um efeito de foco a um elemento D3 localeTitle: Adicionar um efeito de foco a um elemento D3

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd6 id: 587d7faa367417b2b2512bd6
title: Add a Tooltip to a D3 Element title: Add a Tooltip to a D3 Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar uma dica de ferramenta a um elemento D3 localeTitle: Adicionar uma dica de ferramenta a um elemento D3

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd8 id: 587d7fab367417b2b2512bd8
title: Add Attributes to the Circle Elements title: Add Attributes to the Circle Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar atributos aos elementos do círculo localeTitle: Adicionar atributos aos elementos do círculo

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fad367417b2b2512bdf id: 587d7fad367417b2b2512bdf
title: Add Axes to a Visualization title: Add Axes to a Visualization
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar eixos a uma visualização localeTitle: Adicionar eixos a uma visualização

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc8 id: 587d7fa7367417b2b2512bc8
title: Add Classes with D3 title: Add Classes with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: '' localeTitle: ''

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa6367417b2b2512bc2 id: 587d7fa6367417b2b2512bc2
title: Add Document Elements with D3 title: Add Document Elements with D3
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar elementos do documento com D3 localeTitle: Adicionar elementos do documento com D3

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc6 id: 587d7fa7367417b2b2512bc6
title: Add Inline Styling to Elements title: Add Inline Styling to Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar estilo inline aos elementos localeTitle: Adicionar estilo inline aos elementos

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7faa367417b2b2512bd2 id: 587d7faa367417b2b2512bd2
title: Add Labels to D3 Elements title: Add Labels to D3 Elements
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar rótulos aos elementos D3 localeTitle: Adicionar rótulos aos elementos D3

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fab367417b2b2512bd9 id: 587d7fab367417b2b2512bd9
title: Add Labels to Scatter Plot Circles title: Add Labels to Scatter Plot Circles
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Adicionar rótulos aos círculos de plotagem de dispersão localeTitle: Adicionar rótulos aos círculos de plotagem de dispersão

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa7367417b2b2512bc7 id: 587d7fa7367417b2b2512bc7
title: Change Styles Based on Data title: Change Styles Based on Data
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Alterar estilos com base em dados localeTitle: Alterar estilos com base em dados

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa9367417b2b2512bd1 id: 587d7fa9367417b2b2512bd1
title: Change the Color of an SVG Element title: Change the Color of an SVG Element
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Alterar a cor de um elemento SVG localeTitle: Alterar a cor de um elemento SVG

View File

@ -1,8 +1,6 @@
--- ---
id: 587d7fa8367417b2b2512bca id: 587d7fa8367417b2b2512bca
title: Change the Presentation of a Bar Chart title: Change the Presentation of a Bar Chart
required:
- src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js'
challengeType: 6 challengeType: 6
videoUrl: '' videoUrl: ''
localeTitle: Alterar a apresentação de um gráfico de barras localeTitle: Alterar a apresentação de um gráfico de barras

Some files were not shown because too many files have changed in this diff Show More