chore(meta): Move challenge meta to challenges root

This commit is contained in:
Bouncey
2018-10-09 20:27:30 +01:00
committed by mrugesh mohapatra
parent aa668ca30e
commit ee9f6b2d72
46 changed files with 0 additions and 0 deletions

View File

@ -1,34 +0,0 @@
{
"name": "Data Visualization Projects",
"dashedName": "data-visualization-projects",
"order": 3,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "data-visualization",
"superOrder": 4,
"challengeOrder": [
[
"bd7168d8c242eddfaeb5bd13",
"Visualize Data with a Bar Chart"
],
[
"bd7178d8c242eddfaeb5bd13",
"Visualize Data with a Scatterplot Graph"
],
[
"bd7188d8c242eddfaeb5bd13",
"Visualize Data with a Heat Map"
],
[
"587d7fa6367417b2b2512bbf",
"Visualize Data with a Choropleth Map"
],
[
"587d7fa6367417b2b2512bc0",
"Visualize Data with a Treemap Diagram"
]
],
"helpRoom": "Help",
"fileName": "04-data-visualization/data-visualization-projects.json"
}

View File

@ -1,49 +0,0 @@
{
"name": "Data Visualization with D3",
"dashedName": "data-visualization-with-d3",
"order": 1,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "data-visualization",
"superOrder": 4,
"challengeOrder": [
["587d7fa6367417b2b2512bc2", "Add Document Elements with D3"],
["587d7fa6367417b2b2512bc3", "Select a Group of Elements with D3"],
["587d7fa7367417b2b2512bc4", "Work with Data in D3"],
["587d7fa7367417b2b2512bc5", "Work with Dynamic Data in D3"],
["587d7fa7367417b2b2512bc6", "Add Inline Styling to Elements"],
["587d7fa7367417b2b2512bc7", "Change Styles Based on Data"],
["587d7fa7367417b2b2512bc8", "Add Classes with D3"],
["587d7fa8367417b2b2512bc9", "Update the Height of an Element Dynamically"],
["587d7fa8367417b2b2512bca", "Change the Presentation of a Bar Chart"],
["587d7fa8367417b2b2512bcb", "Learn About SVG in D3"],
["587d7fa8367417b2b2512bcc", "Display Shapes with SVG"],
["587d7fa8367417b2b2512bcd", "Create a Bar for Each Data Point in the Set"],
[
"587d7fa9367417b2b2512bce",
"Dynamically Set the Coordinates for Each Bar"
],
["587d7fa9367417b2b2512bcf", "Dynamically Change the Height of Each Bar"],
["587d7fa9367417b2b2512bd0", "Invert SVG Elements"],
["587d7fa9367417b2b2512bd1", "Change the Color of an SVG Element"],
["587d7faa367417b2b2512bd2", "Add Labels to D3 Elements"],
["587d7faa367417b2b2512bd3", "Style D3 Labels"],
["587d7faa367417b2b2512bd4", "Add a Hover Effect to a D3 Element"],
["587d7faa367417b2b2512bd6", "Add a Tooltip to a D3 Element"],
["587d7fab367417b2b2512bd7", "Create a Scatterplot with SVG Circles"],
["587d7fab367417b2b2512bd8", "Add Attributes to the Circle Elements"],
["587d7fab367417b2b2512bd9", "Add Labels to Scatter Plot Circles"],
["587d7fab367417b2b2512bda", "Create a Linear Scale with D3"],
["587d7fac367417b2b2512bdb", "Set a Domain and a Range on a Scale"],
[
"587d7fac367417b2b2512bdc",
"Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset"
],
["587d7fac367417b2b2512bdd", "Use Dynamic Scales"],
["587d7fac367417b2b2512bde", "Use a Pre-Defined Scale to Place Elements"],
["587d7fad367417b2b2512bdf", "Add Axes to a Visualization"]
],
"helpRoom": "Help",
"fileName": "04-data-visualization/data-visualization-with-d3.json"
}

View File

@ -1,54 +0,0 @@
{
"name": "JSON APIs and AJAX",
"dashedName": "json-apis-and-ajax",
"order": 2,
"time": "2 hours",
"template": "",
"required": [
{
"link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
}
],
"superBlock": "data-visualization",
"superOrder": 4,
"challengeOrder": [
[
"587d7fad367417b2b2512be1",
"Handle Click Events with JavaScript using the onclick property"
],
[
"587d7fad367417b2b2512be2",
"Change Text with click Events"
],
[
"587d7fae367417b2b2512be3",
"Get JSON with the JavaScript XMLHttpRequest Method"
],
[
"587d7fae367417b2b2512be4",
"Access the JSON Data from an API"
],
[
"587d7fae367417b2b2512be5",
"Convert JSON Data to HTML"
],
[
"587d7fae367417b2b2512be6",
"Render Images from Data Sources"
],
[
"587d7fae367417b2b2512be7",
"Pre-filter JSON to Get the Data You Need"
],
[
"587d7faf367417b2b2512be8",
"Get Geolocation Data to Find A User's GPS Coordinates"
],
[
"587d7faf367417b2b2512be9",
"Post Data with the JavaScript XMLHttpRequest Method"
]
],
"helpRoom": "Help",
"fileName": "04-data-visualization/json-apis-and-ajax.json"
}