-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43a8dcf
commit cca0763
Showing
24 changed files
with
398 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+13 KB
Examples/Data/Golds/LINQ/Chart with Changing Axis Titles Report Gold.docx
Binary file not shown.
Binary file added
BIN
+12.9 KB
Examples/Data/Golds/LINQ/Chart with Changing Legend Entries Report Gold.docx
Binary file not shown.
Binary file added
BIN
+13 KB
Examples/Data/Golds/LINQ/Chart with Changing Series Colors Report Gold.docx
Binary file not shown.
Binary file added
BIN
+12.6 KB
Examples/Data/Golds/LINQ/Chart with Changing Series Point Colors Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.9 KB
Examples/Data/Golds/LINQ/Chart with Variable Number of Series Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+12.8 KB
Examples/Data/Golds/LINQ/Chart with Variable Number of Series Report 2 Gold.docx
Binary file not shown.
Binary file not shown.
31 changes: 31 additions & 0 deletions
31
Examples/Data/LINQ/Chart with Changing Axis Titles Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"xAxis": "Product Teams", | ||
"yAxis": "Q1 Tasks", | ||
"items": [ | ||
{ | ||
"team": "Product Development", | ||
"tasksCompleted": 15, | ||
"tasksPending": 5 | ||
}, | ||
{ | ||
"team": "Customer Support", | ||
"tasksCompleted": 100, | ||
"tasksPending": 50 | ||
}, | ||
{ | ||
"team": "Quality Assurance", | ||
"tasksCompleted": 200, | ||
"tasksPending": 100 | ||
}, | ||
{ | ||
"team": "Operations Management", | ||
"tasksCompleted": 20, | ||
"tasksPending": 10 | ||
}, | ||
{ | ||
"team": "Marketing Strategy", | ||
"tasksCompleted": 30, | ||
"tasksPending": 20 | ||
} | ||
] | ||
} |
Binary file not shown.
31 changes: 31 additions & 0 deletions
31
Examples/Data/LINQ/Chart with Changing Legend Entries Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"series1": "Q1 Revenue", | ||
"series2": "Q1 Expenses", | ||
"items": [ | ||
{ | ||
"region": "North", | ||
"revenue": 100000, | ||
"expenses": 60000 | ||
}, | ||
{ | ||
"region": "South", | ||
"revenue": 80000, | ||
"expenses": 50000 | ||
}, | ||
{ | ||
"region": "East", | ||
"revenue": 60000, | ||
"expenses": 40000 | ||
}, | ||
{ | ||
"region": "West", | ||
"revenue": 70000, | ||
"expenses": 45000 | ||
}, | ||
{ | ||
"region": "Central", | ||
"revenue": 50000, | ||
"expenses": 30000 | ||
} | ||
] | ||
} |
Binary file not shown.
31 changes: 31 additions & 0 deletions
31
Examples/Data/LINQ/Chart with Changing Series Colors Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"color1": "#33ff77", | ||
"color2": "#ffb3b3", | ||
"items": [ | ||
{ | ||
"project": "Project A", | ||
"revenue": 95000, | ||
"expenses": 72000 | ||
}, | ||
{ | ||
"project": "Project B", | ||
"revenue": 87000, | ||
"expenses": 59000 | ||
}, | ||
{ | ||
"project": "Project C", | ||
"revenue": 73000, | ||
"expenses": 45000 | ||
}, | ||
{ | ||
"project": "Project D", | ||
"revenue": 70000, | ||
"expenses": 40000 | ||
}, | ||
{ | ||
"project": "Project E", | ||
"revenue": 63000, | ||
"expenses": 39000 | ||
} | ||
] | ||
} |
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
Examples/Data/LINQ/Chart with Changing Series Point Colors Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"category": "SaaS", | ||
"marketShare": 30, | ||
"color": "#80ffd4" | ||
}, | ||
{ | ||
"category": "PaaS", | ||
"marketShare": 25, | ||
"color": "#80aaff" | ||
}, | ||
{ | ||
"category": "IaaS", | ||
"marketShare": 20, | ||
"color": "#ffb3ff" | ||
}, | ||
{ | ||
"category": "On-Premises Software", | ||
"marketShare": 15, | ||
"color": "#ffbb99" | ||
}, | ||
{ | ||
"category": "Open Source Software", | ||
"marketShare": 10, | ||
"color": "#ffd966" | ||
} | ||
] |
Binary file added
BIN
+25.3 KB
Examples/Data/LINQ/Chart with Changing Series Point Colors Template.docx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"title": "Q1 Sales", | ||
"items": [ | ||
{ | ||
"product": "Laptops", | ||
"sales": 80000, | ||
"expenses": 60000 | ||
}, | ||
{ | ||
"product": "Smartphones", | ||
"sales": 110000, | ||
"expenses": 75000 | ||
}, | ||
{ | ||
"product": "Tablets", | ||
"sales": 30000, | ||
"expenses": 20000 | ||
}, | ||
{ | ||
"product": "Desktops", | ||
"sales": 50000, | ||
"expenses": 35000 | ||
}, | ||
{ | ||
"product": "Accessories", | ||
"sales": 20000, | ||
"expenses": 10000 | ||
} | ||
] | ||
} |
Binary file not shown.
30 changes: 30 additions & 0 deletions
30
Examples/Data/LINQ/Chart with Variable Number of Series Data 1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"hidePending": false, | ||
"items": [ | ||
{ | ||
"project": "Project A", | ||
"tasksCompleted": 80, | ||
"tasksPending": 20 | ||
}, | ||
{ | ||
"project": "Project B", | ||
"tasksCompleted": 70, | ||
"tasksPending": 30 | ||
}, | ||
{ | ||
"project": "Project C", | ||
"tasksCompleted": 85, | ||
"tasksPending": 15 | ||
}, | ||
{ | ||
"project": "Project D", | ||
"tasksCompleted": 75, | ||
"tasksPending": 25 | ||
}, | ||
{ | ||
"project": "Project E", | ||
"tasksCompleted": 90, | ||
"tasksPending": 10 | ||
} | ||
] | ||
} |
Oops, something went wrong.