@pie-element/graphing 3.5.4-next.137 → 3.5.4-next.1372

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,6 +128,7 @@ exports.model = (id, element) => ({
128
128
  labelStep: 1,
129
129
  axisLabel: 'x'
130
130
  },
131
+ defaultTool: 'point',
131
132
  graph: {
132
133
  width: 480,
133
134
  height: 480
@@ -147,4 +148,5 @@ exports.model = (id, element) => ({
147
148
  },
148
149
  rationale: 'Rationale goes here',
149
150
  title: 'Graph title',
151
+ rubricEnabled: false
150
152
  });