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 3
3
* @arialabel When the user clicks on the screen, a small white circle appears with a label
4
4
* @description Create a Bubble class, instantiate multiple bubbles using data from
5
5
* 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>
8
8
* Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavejson.html">LoadSaveJSON Example</a> for Processing.
9
9
*/
10
10
Original file line number Diff line number Diff line change 3
3
* @arialabel Four white circles with labels
4
4
* @description Create a Bubble class, instantiate multiple bubbles using data from
5
5
* 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
- * saveTable, unlike the Processing example.<br><br>
6
+ * Because web browsers differ in where they save files, we do not make use of
7
+ * saveTable() , unlike the Processing example.<br><br>
8
8
* Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavetable.html">LoadSaveTable Example</a> for Processing.
9
9
*/
10
10
You can’t perform that action at this time.
0 commit comments