Forum Discussion
user Clickstream template
- 9 years ago
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
What does your retrieved dataset looks like?
When using sankey diagram, make sure you have two fields "source" and "target". It supposes to show the correct cascaded stream from source to target.
Regards,
Thank U v-sihou-msft
My dataset is complex, this is the urls navigation on a legal site below an example
Timestamp,jsession,url_current,url_origin,login,identifiant, 2016-11-08 23:59:59.484,67EF41955A146833B6BA6137E04DF2CA,DocumentViewUAContent?key=MC&refId=L13356D1855F9B-EFL,/EFL2/document/key=MC,logincompany,john smith, 2016-11-08 23:59:59.484,8054231955A146833B6BA6137E458663,DocumentViewUAContent?key=MF&refId=L20056D1858020-EFL,/EFL2/document/key=MC,logincompany,john smith,
In my dataset I have notions of timestamp and session of navigation, login of the company and identity of the user, at first what interests me it is an axis X based on the timestamp and the steps that are the url without the query string
Best Regard
- v-sihou-msft9 years agoMicrosoft Employee
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
- keaoner9 years agoFrequent Visitor
Is that there are visuals downloadable allowing to represent the clickstream?
Best regards