Forum Discussion
keaoner
9 years agoFrequent Visitor
user Clickstream template
hi, there will he a template for viewing the user clickstream on a website based on the timestamp (in x axis) and web pages visited in step, I tried the sankey diagram but does not work thank yo...
- 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,
v-sihou-msft
Microsoft Employee
9 years ago
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,