Skip to content

Commit 5ccc50e

Browse files
committed
Update example
1 parent 5aab32f commit 5ccc50e

File tree

1 file changed

+1
-0
lines changed
  • dashboard-table-view/html-css-js

1 file changed

+1
-0
lines changed

Diff for: dashboard-table-view/html-css-js/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const survey = new Survey.Model(surveyJson);
2626
function randomIntFromInterval(min, max) {
2727
return Math.floor(Math.random() * (max - min + 1) + min);
2828
}
29+
2930
function generateData() {
3031
const data = [];
3132
for (let index = 0; index < 100; index++) {

0 commit comments

Comments
 (0)