pict-section-activitygraph 1.0.0 → 1.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-activitygraph",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pict section that renders a stacked-bar activity timeline: one bar per period, stacked by type or actor, across parallel domains. Themed SVG, no chart dependency.",
5
5
  "main": "source/Pict-Section-ActivityGraph.js",
6
6
  "scripts": {
@@ -53,7 +53,7 @@ const _ViewConfiguration =
53
53
  {
54
54
  RenderableHash: 'Pict-ActivityGraph-Container',
55
55
  TemplateHash: 'Pict-ActivityGraph-Container',
56
- DestinationAddress: '#Pict-ActivityGraph-Container',
56
+ ContentDestinationAddress: '#Pict-ActivityGraph-Container',
57
57
  RenderMethod: 'replace'
58
58
  }
59
59
  ]