Skip to content

Commit bdd9aaa

Browse files
committed
update to 4.5.0
1 parent cc7f643 commit bdd9aaa

7 files changed

Lines changed: 778 additions & 344 deletions

File tree

public/javascripts/chart-list-data.js

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ var EXAMPLES = [
505505
"drag"
506506
],
507507
"id": "custom-gantt-flight",
508-
"title": "Gautt Chart of Ariport Flights",
508+
"title": "Gantt Chart of Airport Flights",
509509
"difficulty": 10
510510
},
511511
{
@@ -997,6 +997,14 @@ var EXAMPLES = [
997997
"title": "Sales of iphone",
998998
"difficulty": 10
999999
},
1000+
{
1001+
"category": [
1002+
"map"
1003+
],
1004+
"id": "map-HK",
1005+
"title": "Population Density of HongKong (2011)",
1006+
"difficulty": 10
1007+
},
10001008
{
10011009
"category": [
10021010
"map"
@@ -1300,24 +1308,32 @@ var EXAMPLES = [
13001308
"category": [
13011309
"sankey"
13021310
],
1303-
"id": "sankey-nodeAlign-left",
1304-
"title": "Sankey Node Align Left",
1311+
"id": "sankey-itemstyle",
1312+
"title": "Specify ItemStyle for Each Node in Sankey",
13051313
"difficulty": 10
13061314
},
13071315
{
13081316
"category": [
13091317
"sankey"
13101318
],
1311-
"id": "sankey-nodeAlign-right",
1312-
"title": "Sankey Node Align Right",
1319+
"id": "sankey-levels",
1320+
"title": "Sankey with Levels Setting",
13131321
"difficulty": 10
13141322
},
13151323
{
13161324
"category": [
13171325
"sankey"
13181326
],
1319-
"id": "sankey-product",
1320-
"title": "Sankey Diagram",
1327+
"id": "sankey-nodeAlign-left",
1328+
"title": "Node Align Left in Sankey",
1329+
"difficulty": 10
1330+
},
1331+
{
1332+
"category": [
1333+
"sankey"
1334+
],
1335+
"id": "sankey-nodeAlign-right",
1336+
"title": "Node Align Right in Sankey",
13211337
"difficulty": 10
13221338
},
13231339
{

0 commit comments

Comments
 (0)