-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting complete diagram svg area, some diagram flow are hidden #7
Comments
Can you post a link to a complete page, including your JavaScript, showing the problem? |
Hi Tamc, Am sorry I can't post a link. I can give the code below or send a mail : < script type='text/javascript'>
Regards, Rajesh |
Thanks. I'd be grateful if you could simplify your example so that it doesn't depend on other javascript or calling another datasource. I will only be able to help for sure if I can recreate your problem. But until then, have you experimented with the 0.00000005 value in this line:
It is what governs the relationship between the data for a line and the height of the line on screen. |
Hi,
I have a div for sankey diagram, On rendering am getting below code:
< div style="height:250px;" class="divTbl" id="sankey" >
< svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="922" height="250" > < /svg >
< /div >
I know by default sankey diagram take the width of the parent div. But when graph is rendered, on browsers I can see some of the diagram or text area's are hidden.
Can you please let me know how to resolve this. So that we can have a complete view of diagram in the given DIV.
Regards,
Rajesh
The text was updated successfully, but these errors were encountered: