freeCodeCamp/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md
Oliver Eyton-Williams ee1e8abd87
feat(curriculum): restore seed + solution to Chinese (#40683)
* feat(tools): add seed/solution restore script

* chore(curriculum): remove empty sections' markers

* chore(curriculum): add seed + solution to Chinese

* chore: remove old formatter

* fix: update getChallenges

parse translated challenges separately, without reference to the source

* chore(curriculum): add dashedName to English

* chore(curriculum): add dashedName to Chinese

* refactor: remove unused challenge property 'name'

* fix: relax dashedName requirement

* fix: stray tag

Remove stray `pre` tag from challenge file.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>

Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
2021-01-12 19:31:00 -07:00

1.4 KiB
Raw Blame History

id, title, challengeType, videoUrl, dashedName
id title challengeType videoUrl dashedName
bd7198d8c242eddfaeb5bd13 用力导向图显示全国连续性 3 show-national-contiguity-with-a-force-directed-graph

--description--

目标: 构建一个功能类似于此的CodePen.io应用程序: https //codepen.io/freeCodeCamp/full/xVopBo 。完成以下用户故事 。使用您需要的任何库或API。给它你自己的个人风格。 用户故事: 我可以看到一个强制导向图,显示哪些国家/地区共享边界。 用户故事: 我可以在其节点上看到每个国家/地区的旗帜。 提示: 这是一个可用于构建此数据集的数据集: https //raw.githubusercontent.com/DealPete/forceDirected/master/countries.json 提示: 您可以在https//www.flag-创建国旗的spritesheet sprites.com 。如果卡住,请记得使用Read-Search-Ask 。完成后单击“我已完成此挑战”按钮并包含指向CodePen的链接。您可以通过Facebook上的朋友分享您的项目反馈。

--solutions--

// solution required