SiteCatalyst - DashBoard - Report Generation.
Hi,
Kindly help me on this !!!
I re writing the component : /libs/cq/analytics/components/reporting/reportranked in another location(/apps/cq/analytics/components/reporting/toprankedarticles) with same data.
Now I am replacing /apps/cq/analytics/components/reporting/toprankedarticles/toprankedarticles.jsp with /libs/cq/analytics/components/reporting/report/report.jsp
Here I want to rework on the toprankedarticles.jsp with my requirements.
But we are using an object d3 here, so that I am getting error saying "Uncaught ReferenceError: d3 is not defined."
Kindly help me to know more about the jsp and the object "d3.json('<%= servletURI + synchronous %>', function(data){........."
and data = CQ_SiteCatalystReport.transformData(data);
How it is been called.
Thnaks in advance
Renju Kesavan