-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPageSizeDiagram.jsx
62 lines (59 loc) · 10.3 KB
/
PageSizeDiagram.jsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
import React, { Component } from 'react';
import { OrgDiagram } from '../Diagrams';
import { PageFitMode, Enabled } from 'basicprimitives';
class Sample extends Component {
render() {
const config = {
pageFitMode: PageFitMode.None,
cursorItem: 0,
highlightItem: 0,
hasSelectorCheckbox: Enabled.True,
items: [
{ id: 0, parent: null, isVisible: true, description: "Chief Executive Officer (CEO)", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/q.png", itemTitleColor: "#4169e1", phone: "352-206-7599", title: "David Dalton" },
{ id: 1, parent: 0, isVisible: true, description: "Co-Presidents, Platform Products & Services Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/w.png", itemTitleColor: "#4b0082", phone: "505-791-1689", title: "Jeanna White" },
{ id: 2, parent: 0, isVisible: true, description: "Sr. VP, Server & Tools Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/e.png", itemTitleColor: "#4b0082", phone: "262-215-7998", title: "James Holt" },
{ id: 3, parent: 0, isVisible: true, description: "VP, Server & Tools Marketing and Solutions", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/r.png", itemTitleColor: "#4b0082", phone: "904-547-5342", title: "Thomas Williams" },
{ id: 4, parent: 1, isVisible: true, description: "VP, Software & Enterprise Management Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/g.png", itemTitleColor: "#4b0082", phone: "918-257-4218", title: "Sara Kemp" },
{ id: 5, parent: 1, isVisible: true, description: "Sr. VP, Software Server System", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/x.png", itemTitleColor: "#4b0082", phone: "434-406-2189", title: "George Duong" },
{ id: 6, parent: 1, isVisible: true, description: "VP, Developer Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/n.png", itemTitleColor: "#4b0082", phone: "515-324-4969", title: "Ashley Rue" },
{ id: 7, parent: 2, isVisible: true, description: "VP, Enterprise Access and Security Products Division (EASP)", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/i.png", itemTitleColor: "#4b0082", phone: "412-265-2782", title: "Bonnie Wedel" },
{ id: 8, parent: 2, isVisible: true, description: "GM, Core File Solutions", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/p.png", itemTitleColor: "#4b0082", phone: "630-887-1188", title: "Melissa Houser" },
{ id: 9, parent: 2, isVisible: true, description: "GM, Software Server Solutions Group", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/a.png", itemTitleColor: "#4b0082", phone: "530-322-6413", title: "Abbie Lawson" },
{ id: 10, parent: 3, isVisible: true, description: "GM, Connected Systems Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/s.png", itemTitleColor: "#4b0082", phone: "626-831-0555", title: "Ernest Putnam" },
{ id: 11, parent: 3, isVisible: true, description: "CFO, Platforms Products & Services", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/h.png", itemTitleColor: "#4b0082", phone: "419-578-6479", title: "Celestina Crum" },
{ id: 12, parent: 3, isVisible: true, description: "GM, Pricing", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/j.png", itemTitleColor: "#4b0082", phone: "530-934-4295", title: "Cindy Turner" },
{ id: 13, parent: 4, isVisible: true, description: "GM, Worldwide Licensing", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/k.png", itemTitleColor: "#4b0082", phone: "973-883-9137", title: "Victoria Sequeira" },
{ id: 14, parent: 4, isVisible: true, description: "GM, WW Licensing Solutions", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/x.png", itemTitleColor: "#4b0082", phone: "334-496-5203", title: "Norma Moore" },
{ id: 15, parent: 4, isVisible: true, description: "GM, Marketing and Readiness", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/c.png", itemTitleColor: "#4b0082", phone: "775-999-3630", title: "Carlos Cardenas" },
{ id: 16, parent: 5, isVisible: true, description: "Sr. VP, Software Core Operating System Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/v.png", itemTitleColor: "#4b0082", phone: "937-475-8106", title: "John Green" },
{ id: 17, parent: 5, isVisible: true, description: "VP, Core OS Development", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/b.png", itemTitleColor: "#4b0082", phone: "650-729-6483", title: "Richard Morales" },
{ id: 18, parent: 5, isVisible: true, description: "VP, Software Networking & Device Technologies", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/m.png", itemTitleColor: "#4b0082", phone: "248-402-6142", title: "Charlotte White" },
{ id: 19, parent: 6, isVisible: true, description: "VP, Security Technology Unit (STU)", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/y.png", itemTitleColor: "#4b0082", phone: "308-532-6548", title: "Robert Morgan" },
{ id: 20, parent: 6, isVisible: true, description: "GM, Software Serviceability", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/a.png", itemTitleColor: "#4b0082", phone: "765-723-1327", title: "Ida Benefield" },
{ id: 21, parent: 6, isVisible: true, description: "GM, Core Operating System Test", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/d.png", itemTitleColor: "#4b0082", phone: "303-333-9215", title: "Vada Duhon" },
{ id: 22, parent: 7, isVisible: true, description: "GM, Global Platform Technologies and Services", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/f.png", itemTitleColor: "#4b0082", phone: "585-309-6253", title: "William Loyd" },
{ id: 23, parent: 7, isVisible: true, description: "Sr. VP, NAME & Personal Services Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/g.png", itemTitleColor: "#4b0082", phone: "915-355-4705", title: "Craig Blue" },
{ id: 24, parent: 7, isVisible: true, description: "VP, NAME Communications Services and Member Platform", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/h.png", itemTitleColor: "#4b0082", phone: "650-623-3302", title: "Joel Crawford" },
{ id: 25, parent: 8, isVisible: true, description: "VP & CFO, NAME", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/o.png", itemTitleColor: "#4b0082", phone: "618-822-7345", title: "Barbara Lang" },
{ id: 26, parent: 8, isVisible: true, description: "VP, NAME Operations", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/d.png", itemTitleColor: "#4b0082", phone: "641-678-7646", title: "Barbara Faulk" },
{ id: 27, parent: 8, isVisible: true, description: "VP, NAME Global Sales & Marketing", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/z.png", itemTitleColor: "#4b0082", phone: "803-746-8733", title: "Stewart Williams" },
{ id: 28, parent: 9, isVisible: true, description: "Sr. VP, NAME Information Services & Merchant Platform", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/y.png", itemTitleColor: "#4b0082", phone: "425-590-4308", title: "Robert Lemieux" },
{ id: 29, parent: 9, isVisible: true, description: "Chief of Staff, NAME", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/o.png", itemTitleColor: "#4b0082", phone: "605-295-4417", title: "Daniel Richmond" },
{ id: 30, parent: 9, isVisible: true, description: "VP, Developer & Platform Fanatism", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/p.png", itemTitleColor: "#4b0082", phone: "480-472-4961", title: "Allen Wallace" },
{ id: 31, parent: 10, isVisible: true, description: "VP, .ORG Business Development", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/a.png", itemTitleColor: "#4b0082", phone: "636-827-5128", title: "Ben Roberson" },
{ id: 32, parent: 10, isVisible: true, description: "GM, .ORG Platform Strategy", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/d.png", itemTitleColor: "#4b0082", phone: "408-978-8597", title: "Matthew Cole" },
{ id: 33, parent: 10, isVisible: true, description: "GM, Global ISVs", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/f.png", itemTitleColor: "#4b0082", phone: "801-897-6086", title: "Janet Martin" },
{ id: 34, parent: 11, isVisible: true, description: "GM, Platform Fanatism", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/h.png", itemTitleColor: "#4b0082", phone: "770-326-1639", title: "Teresa Carter" },
{ id: 35, parent: 11, isVisible: true, description: "Sr. VP, Software Client Business", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/j.png", itemTitleColor: "#4b0082", phone: "319-656-8043", title: "Sally Barnes" },
{ id: 36, parent: 11, isVisible: true, description: "VP, Digital Media Division", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/k.png", itemTitleColor: "#4b0082", phone: "423-307-1301", title: "Elmo Peterson" },
{ id: 37, parent: 12, isVisible: true, description: "VP, Software Client Core Platform Team", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/b.png", itemTitleColor: "#4b0082", phone: "410-325-4416", title: "Maria Nelson" },
{ id: 38, parent: 12, isVisible: true, description: "VP, Software Online", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/w.png", itemTitleColor: "#4b0082", phone: "856-366-8761", title: "Donna Potts" },
{ id: 39, parent: 12, isVisible: true, description: "VP, Software Product Management & Marketing", email: "[email protected]", groupTitleColor: "#4169e1", image: "./photos/r.png", itemTitleColor: "#4b0082", phone: "425-988-7714", title: "Nick Lambert" }
]
};
return <div className="mediaPlaceholder">
<OrgDiagram centerOnCursor={true} config={config} />
</div>
}
}
export default Sample;