Aravind

Results 1 issues of Aravind

Fllowing is my create and update code for my parallel coordinates. ```javascript function updateParallelCordsEvents(data){ var dimensions={ "region_txt":{"title":"Region", "orient":"left", "type":"string"}, "nperps":{"title":"Perpetrators","orient":"left","type":"number"}, "weaptype1_txt":{"title":"Weapon", "orient":"left", "type":"string"}, "nkillter":{"title":"Prep. Killed", "orient":"left","type":"number"}, "nkill":{"title":"Killed","orient":"left","type":"number"}, "nwound":{"title":"Wounded", "orient":"left", "type":"number"},...