Skip to content

Commit 5aab32f

Browse files
committed
Update examples
1 parent 503125a commit 5aab32f

File tree

2 files changed

+0
-8
lines changed
  • dashboard-table-view/html-css-js
  • get-started-analytics/html-css-js

2 files changed

+0
-8
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ function generateData() {
3939
return data;
4040
}
4141

42-
Survey.slk(
43-
"OWQyYzczMzktMWI5NS00OTMxLWE0YjgtMDRhMGY0NzZhOWZhJmRvbWFpbnM6c3VydmV5anMuaW8sc3VydmV5anN0ZXN0LmF6dXJld2Vic2l0ZXMubmV0OzE9MjIyNC0wMi0wOCwyPTIyMjQtMDItMDgsND0yMjI0LTAyLTA4"
44-
);
45-
4642
const surveyDataTable = new SurveyAnalyticsTabulator.Tabulator(
4743
survey,
4844
generateData()

Diff for: get-started-analytics/html-css-js/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ const vizPanelOptions = {
4444
allowHideQuestions: false
4545
}
4646

47-
Survey.slk(
48-
"OWQyYzczMzktMWI5NS00OTMxLWE0YjgtMDRhMGY0NzZhOWZhJmRvbWFpbnM6c3VydmV5anMuaW8sc3VydmV5anN0ZXN0LmF6dXJld2Vic2l0ZXMubmV0OzE9MjIyNC0wMi0wOCwyPTIyMjQtMDItMDgsND0yMjI0LTAyLTA4"
49-
);
50-
5147
const vizPanel = new SurveyAnalytics.VisualizationPanel(
5248
survey.getAllQuestions(),
5349
surveyResults,

0 commit comments

Comments
 (0)