Skip to content

Commit 19e580c

Browse files
Updated test snapshots
1 parent 8fb7f42 commit 19e580c

File tree

49 files changed

+3
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basicprimitives",
33
"sideEffects": false,
44
"homepage": "https://www.basicprimitives.com/",
5-
"version": "6.3.1",
5+
"version": "6.4.0",
66
"author": "Basic Primitives Inc. <support@basicprimitives.com> (https://www.basicprimitives.com)",
77
"description": "Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.",
88
"repository": {

samples/javascript.controls/CaseItemTemplateLabel.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
options.defaultTemplateName = "contactTemplate";
7474
options.normalItemsInterval = 10;
7575
options.normalLevelShift = 44;
76+
options.padding = { left: 10, top: 20, right: 10, bottom: 10};
7677

7778
control = primitives.OrgDiagram(document.getElementById("basicdiagram"), options);
7879

-6 Bytes
-183 Bytes
-192 Bytes
-10 Bytes
-3 Bytes
89 Bytes
-17 Bytes
652 Bytes

0 commit comments

Comments
 (0)