File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/data/examples/en/22_Advanced_Data Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 * @arialabel When the user clicks on the screen, a small white circle appears with a label
44 * @description Create a Bubble class, instantiate multiple bubbles using data from
55 * a JSON file, and display results on the screen.
6- * Because the web browsers differ in where they save files, we do not make use of
7- * saveJSON, unlike the Processing example.<br><br>
6+ * Because web browsers differ in where they save files, we do not make use of
7+ * saveJSON() , unlike the Processing example.<br><br>
88 * Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavejson.html">LoadSaveJSON Example</a> for Processing.
99 */
1010
Original file line number Diff line number Diff line change 33 * @arialabel Four white circles with labels
44 * @description Create a Bubble class, instantiate multiple bubbles using data from
55 * a csv file, and display results on the screen.
6- * Because the web browsers differ in where they save files, we do not make use of
7- *
6+ * Because web browsers differ in where they save files, we do not make use of
7+ * saveTable(), unlike the Processing example.<br><br>
88 * Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavetable.html">LoadSaveTable Example</a> for Processing.
99 */
1010
You can’t perform that action at this time.
0 commit comments