-
Notifications
You must be signed in to change notification settings - Fork 8
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
Path is created but highlighted color is not showing #6
Labels
Comments
Hi @suvracn, Could you create an example page (jsfiddle) to better describe the problem? It also includes the configuration of the graphic used. |
Hello, Code Snippet:
|
You were using a modified version of lib skd3.js, I modified it to release version and it is working. <script src="//rawgit.com/FabricioRHS/skd3/master/build/sk.d3.min.js"></script>
<link href="//rawgit.com/FabricioRHS/skd3/master/build/sk.d3.min.css" rel="stylesheet" type="text/css" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample JSON:
{
"nodes": [
{
"name": "AMP FINANCIAL PLANNING PTY LIMITED",
"color": "#e65472",
"fill": "main_node"
},
{
"name": "to Other",
"color": "#e65472",
"fill": "linearGradientRed"
},
{
"name": "from Other",
"color": "#3db1a7",
"fill": "linearGradientGreen"
}
],
"links": [
{
"source": 0,
"target": 1,
"value": 2
},
{
"source": 2,
"target": 0,
"value": 3
}
]
}
This my sample json file. When I used this then LHS graph is not showing. only rectangle is created .
Please help me for urgent basis.
The text was updated successfully, but these errors were encountered: