We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aab32f commit 5ccc50eCopy full SHA for 5ccc50e
dashboard-table-view/html-css-js/index.js
@@ -26,6 +26,7 @@ const survey = new Survey.Model(surveyJson);
26
function randomIntFromInterval(min, max) {
27
return Math.floor(Math.random() * (max - min + 1) + min);
28
}
29
+
30
function generateData() {
31
const data = [];
32
for (let index = 0; index < 100; index++) {
0 commit comments