Hi all,

I have used VizGrammar js for chart generation for Process Center
analytics. There I give data as follows,

 [{
  "metadata": {
    "names": [
      "Task Instance Id",
      "Execution Time"
    ],
    "types": [
      "ordinal",
      "linear"
    ]
  },
  "data": []
}]

where data is given as a json array with tulpes of (Task Instance
Id,Execution Time) like ["15091",11455],["15069",11545] and they are given
in the sorted order on execution time. But the visualization seems like
it's sorted on Task Instance Id [1]. I need to visualize charts sorted by
execution time. What can be cause for this? Any help is appreciated.

[1]


Thanks.
Regards,
-- 
Sameera Gunarathne
Software Engineer, WSO2 Inc. http://wso2.com
<http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com&h=gAQEswASa>
Email: [email protected]
Mobile: +94714155561
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to