Table of Contents
const dataSource = {
// defining basic chart parameters
chart: {
caption: "Process Involved During Course Design",
yaxismaxvalue: "1100",
yaxisminvalue: "0",
theme: "fusion",
valuefontsize: "12",
viewmode: "1",
valuefontcolor: "#FFFFFF",
plotfillhovercolor: "#1A237E",
divlinealpha: "0"
},
dataset: [
{
data: [
// defining each node
{
id: "01",
x: "15",
y: "1000",
label: "Kick Off{br}meeting",
shape: "rectangle",
color: "#5D62B5",
width: "100",
height: "60",
hovercolor: "#1A237E"
},
{
id: "02",
x: "15",
y: "800",
label: "Review existing{br}course materials",
color: "#29C3BE",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "03",
x: "15",
y: "600",
label:
"Collaborate on{br}course topics,{br}outcomes,{br}objectives,etc.",
color: "#F2726F",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "04",
x: "15",
y: "350",
label: "Finalize outcomes{br}& objectives.",
color: "#FFC533",
shape: "polygon",
radius: "60"
},
{
id: "05",
x: "15",
y: "100",
label: "Complete Course{br}blueprint.",
color: "#62B58F",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "06",
x: "45",
y: "100",
label: "Discuss{br}assessments of{br} course outcomes.",
color: "#BC95DF",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "07",
x: "45",
y: "350",
label: "Align assessments{br} to outcomes.",
color: "#F2726F",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "08",
x: "45",
y: "600",
label: "Develop{br}assessments for{br}online delivery.",
color: "#FFC533",
shape: "polygon",
radius: "60"
},
{
id: "09",
x: "45",
y: "800",
label: "Update Course{br} blueprint with{br} assessment info.",
color: "#C7D631",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "10",
x: "45",
y: "1000",
label: "Determine weekly{br} activities and{br}materials",
color: "#FFC533",
shape: "polygon",
radius: "60"
},
{
id: "11",
x: "75",
y: "1000",
label: "Update Course{br}blueprint with{br}weekly activities",
color: "#C7D631",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "12",
x: "75",
y: "800",
label: "Build course{br}carmen",
color: "#BC95DF",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "13",
x: "75",
y: "600",
label: "Complete syllabus{br}templete",
color: "#C7D631",
shape: "rectangle",
width: "100",
height: "60"
},
{
id: "14",
x: "75",
y: "350",
label: "Review course{br}(Faculty)",
color: "#FFC533",
shape: "polygon",
radius: "60"
},
{
id: "15",
x: "75",
label: "Course{br}complete",
y: "100",
shape: "rectangle",
color: "#5D62B5",
width: "100",
height: "60"
}
]
}
],
connectors: [
{
connector: [
{
from: "01",
to: "02",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "02",
to: "03",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "03",
to: "04",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "04",
to: "05",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "05",
to: "06",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "06",
to: "07",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "07",
to: "08",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "08",
to: "09",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "09",
to: "10",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "10",
to: "11",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "11",
to: "12",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "12",
to: "13",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "13",
to: "14",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
},
{
from: "14",
to: "15",
strength: "2",
arrowatstart: "0",
arrowatend: "1",
alpha: "50"
}
]
}
]
};
FusionCharts.ready(function() {
var myChart = new FusionCharts({
type: "dragnode",
renderAt: "chart-container",
width: "100%",
height: "100%",
dataFormat: "json",
dataSource
}).render();
});
We’re excited to announce the upcoming release of FusionCharts v4.1—a groundbreaking step forward in the…
Have you ever been overwhelmed by a massive data set and wondered, "How do I…
If you’ve ever tried to make sense of the stock market, you’ve probably come across…
Imagine you’re comparing the sales performance of your top product lines across different regions, or…
Have you ever spent hours buried in documentation, hunting for a specific piece of code?…
Do you feel like your data is a cryptic puzzle, locked away from revealing its…