We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e626e56 commit f9474f7Copy full SHA for f9474f7
2 files changed
packages/charting/configure/src/defaults.js
@@ -36,9 +36,9 @@ export default {
36
teacherInstructionsEnabled: true,
37
studentInstructionsEnabled: true,
38
studentNewCategoryDefaultLabel: 'New Category',
39
- changeInteractiveEnabled: true,
40
- changeEditableEnabled: true,
41
- changeAddCategoryEnabled: true,
+ changeInteractiveEnabled: false,
+ changeEditableEnabled: false,
+ changeAddCategoryEnabled: false,
42
},
43
configuration: {
44
spellCheck: {
packages/charting/docs/demo/generate.js
@@ -2,6 +2,9 @@ exports.model = (id, element) => ({
2
id,
3
element,
4
addCategoryEnabled: true,
5
+ changeInteractiveEnabled: true,
6
+ changeEditableEnabled: true,
7
+ changeAddCategoryEnabled: true,
8
chartType: 'bar',
9
correctAnswer: {
10
data: [
0 commit comments