Nested JSON not working in d3.js - json
I am using nested JSON file in my data visualization using d3.js. I was referring to a previous Smilar Queastion. I created a jsfiddle of the answer of the question to see whether things are working. But i am confused why the code is not working. I have similar type of problem in my project. How can i solve that. Here is sample code I am using for printing the data in the form of a list
d3.select("body").append("ul").selectAll("li")
.data(data).enter().append("li").each(function() {
var li = d3.select(this);
li.append("p")
.text(function(d) { return d.date; });
li.append("ul").selectAll("li")
.data(function(d) { return d.hours; }) // second level data-join
.enter().append("li")
.text(function(d) { return d.hour + ": " + d.hits; });
});
It looks like the JSON wasn't formed correctly. I fixed the JSON like this -
var data=[{ "date": "20120927",
"hours": [
{ "hour": 0, "hits": 823896 },
{ "hour": 1, "hits": 654335 },
{ "hour": 2, "hits": 548812 },
{ "hour": 3, "hits": 512863 },
{ "hour": 4, "hits": 500639 }
],
"totalHits": "32,870,234",
"maxHits": "2,119,767",
"maxHour": 12,
"minHits": "553,821",
"minHour": 3 },
{ "date": "20120928",
"hours": [
{ "hour": 0, "hits": 1235923 },
{ "hour": 1, "hits": 654335 },
{ "hour": 2, "hits": 1103849 },
{ "hour": 3, "hits": 512863 },
{ "hour": 4, "hits": 488506 }
],
"totalHits": "32,870,234",
"maxHits": "2,119,767",
"maxHour": 12,
"minHits": "553,821",
"minHour": 3 }];
Also, I think there was a problem with the HTTP d3.js library not being loaded. I added an external HTTPS reference and it is working.
Here is a working version of your fiddle - https://jsfiddle.net/ferlin_husky/wzuvob6m/
Related
parse json output for primary and secondary hosts from replSetGetStatus
I've used pymongo to connect to mongo replica set and print the status of replica set using json dump. I want to parse this output and display "name" and "stateStr" into a list or array for the user to be able to pick a particular host.Here is my json dump output: { { "replSetGetStatus": { "date": "2016-10-07T14:21:25", "members": [ { "_id": 0, "health": 1.0, "name": "xxxxxxxxxxx:27017", "optime": null, "optimeDate": "2016-10-07T13:50:11", "self": true, "state": 1, "stateStr": "PRIMARY", "uptime": 32521 }, { "_id": 1, "health": 1.0, "lastHeartbeat": "2016-10-07T14:21:24", "lastHeartbeatRecv": "2016-10-07T14:21:24", "name": "xxxxxxxxxxxx:27017", "optime": null, "optimeDate": "2016-10-07T13:50:11", "pingMs": 0, "state": 2, "stateStr": "SECONDARY", "syncingTo": "xxxxxxxxxxxx:27017", "uptime": 27297 }, { "_id": 2, "health": 1.0, "lastHeartbeat": "2016-10-07T14:21:24", "lastHeartbeatRecv": "2016-10-07T14:21:24", "name": "xxxxxxxxxxxxx:27020", "pingMs": 0, "state": 7, "stateStr": "ARBITER", "uptime": 32517 } ], "myState": 1, "ok": 1.0, "set": "replica1" } }
Please try below Javascript code. It worked for me. use admin; var result = rs.status(); var length = result.members.length; for (var i=0;i<length;i++){ print ("Server Name-" +result.members[i].name); print ("Server State-" +result.members[i].stateStr); }
Representing matrix in JSON
I am trying to have matrix style data in JSON, but it doesn't seem to work. Can anyone help me understand what am I doing wrong? { "took": 12, "timed_out": false, "_shards": { "total": 5, "successful": 5, "failed": 0 }, "hits": { "total": 44, "max_score": 1, "hits": [ { "_index": "transactions", "_type": "transaction", "_id": "trans0007", "_score": 1, "_source": { "fundRelation": "[1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0], [0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0], [0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [1,0,0,1,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0], [0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0], [0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0], [0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0], [0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0], [1,0,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0], [1,0,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0], [1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,0,0,1,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], [0,0,1,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0], [0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0], [0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0] ", "fundName": ["Fund A","Fund B","Fund C","Fund D","Fund E","Fund F","Fund G","Fund H","Fund I","Fund J","Fund K","Fund L","Fund M","Fund N","Fund O","Fund P","Fund Q","Fund R","Fund S","Fund T"], "fundColor": ["#9ACD32","#377DB8","#F5DEB3","#EE82EE","#40E0D0","#FF6347","#D8BFD8","#D2B48C","#4682B4","#00FF7F","#FFFAFA","#708090","#708090","#6A5ACD","#87CEEB","#A0522D","#FFF5EE","#2E8B57","#F4A460","#FA8072"] } } ] } } Not sure what i am doing wrong. I am getting the following error message: > Parse error on line 19: ... "fundRelation": "[1,0,0,1,0,0,1,0,1, > -----------------------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[' at http://jsonlint.com/
Here problem is, you are trying to assign multi line string value to fundRelation which is not valid JSON. .... "fundRelation": "[1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", ... Or you can do something like this : { "took": 12, "timed_out": false, "_shards": { "total": 5, "successful": 5, "failed": 0 }, "hits": { "total": 44, "max_score": 1, "hits": [ { "_index": "transactions", "_type": "transaction", "_id": "trans0007", "_score": 1, "_source": { "fundRelation": [ [1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0], [1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0] ], "fundName": ["Fund A","Fund B","Fund C","Fund D","Fund E","Fund F","Fund G","Fund H","Fund I","Fund J","Fund K","Fund L","Fund M","Fund N","Fund O","Fund P","Fund Q","Fund R","Fund S","Fund T"], "fundColor":["#9ACD32","#377DB8","#F5DEB3","#EE82EE","#40E0D0","#FF6347","#D8BFD8","#D2B48C","#4682B4","#00FF7F","#FFFAFA","#708090","#708090","#6A5ACD","#87CEEB","#A0522D","#FFF5EE","#2E8B57","#F4A460","#FA8072"] } } ] } }
You can't have multi line strings in javascript (except in the newish engines using the ` operator). You need to escape the end of each line of fundRelation by adding a \ to end end of each line. Alternatively, don't store the matrix data as a string. remove the quote at the beginning and end of the array and store it as a standard array
Looks like it's not ok with the " splitting in multiple lines. In any case, shouldn't that be like this: ... "fundRelation": [ [1,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0], [0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], ... [0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0] ] ... Note the extra enclosing brackets [...].
Error getting JSON Map<String, Object> with SpringMVC and Jackson2
I'm trying to get a Map where there are a 'number' with the number of actions and 'actions' with a list of actions. I've checked the list of actions in java and it works just fine. I have 4 actions and in json file I'm getting right just the first one. Controller in java #RequestMapping(value = "/getactions/{idTask}", method = RequestMethod.GET, produces = "application/json") #ResponseBody public Map<String, Object> getActions(Principal principal, #PathVariable Long idTask) { logger.info("Task controller get actions..."); List<TaskAction> actions = null; if (principal == null) { actions = new ArrayList<TaskAction>(); } else { actions = taskActionService.getAllTaskActions(idTask); } System.out.println(">>>>>>>>Task Controller - Actions>>>>>>>>>>>>> " + actions.size()); for (TaskAction ta : actions) { System.out.println(">>>>>>>>ta: " + ta.getActionname()); } System.out.println(">>>>>>>>END getAllActions()>>>>>>>>>>>>> "); Map<String, Object> data = new HashMap<String, Object>(); data.put("actions", actions); data.put("number", actions.size()); return data; } Sysout >>>>>>>>Task Controller - Actions>>>>>>>>>>>>> 4 >>>>>>>>ta: tacometer >>>>>>>>ta: hola >>>>>>>>ta: hi there >>>>>>>>ta: other action >>>>>>>>END getAllActions()>>>>>>>>>>>>> I'm not getting any error, but the json result only gets the first element in the action list and the id of the rest of actions. json that I get from http...getactions/8 { "number":4, "actions":[ { ... }, 3, 4, 5 ] } The ... is the first action that is well recovered. (I've avoided to write the code for clearity) Any ideas about what could it be? Thanks in advance. Example of json with 2 actions { "number": 2, "actions": [{ "idTaskAction": 4, "task": { "idTask": 8, "taskname": "abbbbbbbbbbbbbb", "description": "fffffffffffffffqqqqq", "date": 1389569940000, "deadline": -23918633280000, "category": { "idTaskCategory": 1, "sortOrder": 0, "categoryname": "cat1", "timestamp": 1402437394000 }, "priority": { "idTaskPriority": 1, "sortOrder": 0, "aka": "none", "priorityname": "low", "timestamp": 1402437527000 }, "state": { "idTaskState": 1, "statename": "pending" }, "user": { "idUser": 1, "username": "joe" }, "userResponsible": { "idUser": 1, "username": "joe" }, "evaluation": "12345678saad", "pending": 0, "actions": [{ "idTaskAction": 2, "task": 8, "date": 1402652358000, "actionname": "tacometer", "description": "asfdafa", "duration": 12, "user": { "idUser": 1, "username": "joe" }, "timestamp": 1411493866000 }, { "idTaskAction": 3, "task": 8, "date": 1404207558000, "actionname": "hola", "description": "un dos tres", "duration": 20, "user": { "idUser": 1, "username": "joe" }, "timestamp": 1405022827000 }, 4, { "idTaskAction": 5, "task": 8, "date": 1412164741000, "actionname": "other action", "description": "ya me my", "duration": 22, "user": { "idUser": 1, "username": "joe" }, "timestamp": 1411733131000 }], "timestamp": 1411733131000 }, "date": 1412074440000, "actionname": "hi there", "description": "lkjñlkj ya", "duration": 25, "user": { "idUser": 1, "username": "joe" }, "timestamp": 1411733090000 }, 5] }
The problem was that the classes Task, User... has #JsonIdentityInfo with ObjectIdGenerator.PropertyGenerator.class option so when Jackson try to serialize the object into json, if the object it is already in the file, then it is not added again. This way avoid to serialize json file with infinite recursions. To solve this we need to change ObjectIdGenerator.PropertyGenerator.class for ObjectIdGenerator.None.class so that the objects are serialized even if they are already part of other objects. Change #JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property = "#id") for #JsonIdentityInfo(generator = ObjectIdGenerators.None.class, property = "#id")
Delete element of Solr
I deleted an item you do not need to solr, but I solr response still appears. The json: { "responseHeader": { "status": 0, "QTime": 1, "params": { "facet": "true", "q": "*:*", "facet.limit": "-1", "facet.field": "manufacturer", "wt": "json", "rows": "0" } }, "response": { "numFound": 84, "start": 0, "docs": [] }, "facet_counts": { "facet_queries": {}, "facet_fields": { "manufacturer": [ "Chevrolet", 0, "abarth", 1, "audi", 7, "austin", 1, "bmw", 2, "daewoo", 2, "ford", 1, "fso", 1, "honda", 1, "hyundai", 1, "jaguar", 3, "lexus", 1, "mazda", 1, "mitsubishi", 1, "nissan", 1, "pontiac", 1, "seat", 1 ] }, "facet_dates": {}, "facet_ranges": {} } } the deleted item is "chevrolet", now this to '0 'but it still appears. "manufacturer":["Chevrolet",0, I wish I could delete the item completely, is that possible.. Thanks.
Here is a two step approach I would follow: Make sure changes(deletion) is committed. You may issue a commit If it still shows facets with zero count, you may append &facet.mincount=1 to your query &facet.mincount=1 will make sure facets with zero count do not show up. For more details, please refer to: http://wiki.apache.org/solr/SimpleFacetParameters#facet.mincount
In your case probably it is because of uninverted index created by solr. Pass facet.mincount=1 in your query to get rid of this problem.
Accessing nested JSON structure in D3
I'm trying to create a set of graphs using D3 and I'm having trouble figuring out how to access nested data structures in my JSON. The data looks something like this (truncated): { "date": "20120927", "hours": [ { "hour": 0, "hits": 823896 }, { "hour": 1, "hits": 654335 }, { "hour": 2, "hits": 548812 }, { "hour": 3, "hits": 512863 }, { "hour": 4, "hits": 500639 } ], "totalHits": "32,870,234", "maxHits": "2,119,767", "maxHour": 12, "minHits": "553,821", "minHour": 3 } { "date": "20120928", "hours": [ { "hour": 0, "hits": 1235923 }, { "hour": 1, "hits": 654335 }, { "hour": 2, "hits": 1103849 }, { "hour": 3, "hits": 512863 }, { "hour": 4, "hits": 488506 } ], "totalHits": "32,870,234", "maxHits": "2,119,767", "maxHour": 12, "minHits": "553,821", "minHour": 3 } What I eventually want to do is create multiple radar graphs, one for each day, plotting the hits for each hour. But I'm having trouble even just getting inside the "hours" array. I can , for example, get a list of all the dates, like so: d3.select("body") .append("ul") .selectAll("li") .data(data) .enter() .append("li") .text(function (d,i) { return d.date; }); But I can't get at anything more nested. Can someone help point me in the right direction?
Assuming data is an two-element array containing your two objects, you could do something like this: d3.select("body").append("ul").selectAll("li") .data(data) // top level data-join .enter().append("li") .each(function() { var li = d3.select(this); li.append("p") .text(function(d) { return d.date; }); li.append("ul").selectAll("li") .data(function(d) { return d.hours; }) // second level data-join .enter().append("li") .text(function(d) { return d.hour + ": " + d.hits; }); }); This would give you a nested structure like this: <ul> <li> <p>20120927</p> <ul> <li>0: 823896</li> <li>1: 654335</li> <li>2: 548812</li> <li>3: 512863</li> <li>4: 500639</li> </ul> </li> <li> <p>20120928</p> <ul> <li>0: 1235923</li> <li>1: 654335</li> <li>2: 1103849</li> <li>3: 512863</li> <li>4: 488506</li> </ul> </li> </ul> See also Mike's Nested Selections article.