Sign in to follow this  
zeitlupe

[Drag-node] How to define border color and thickness for set-element?

Recommended Posts

Is it possible to define border color and thickness for a set-element?

 

 

 

In the example for drag-node chart in the documentation a border color is defined for "node 5":

 

 

 

set x='40' y='85' width='45' height='67' name='Node 5' color='FE7272' BorderColor='ff5904' id='5' />

 

 

 

Unfortunately it doesn't seem to work. Do you have any idea?

 

 

 

Thx,

 

Christian

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 
I am afraid, as of now, you can use  plotBorderColor={hexcolor} attribute within <dataset> element, and this works for all <set> element under that dataset and Border Color for individual <set> element is not supported.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this