-
SinghApril 23, 2016 at 9:21 am #6128
Hi,
The visualizations are really cool.
I need help with respect to a use case of Halo.
Please see a Sankey use case here. http://bl.ocks.org/NPashaP/raw/9796212
Say I want to implement the left chart (Sales Attempts) (forget the right chart on the page) using Halo; how is it possible.
I am specifically asking this because of the following:
Channel and State have Many-Many relationship. This is possible with Halo, however, I want each Channel to have a different color and the State circle to be formed as a pie (with the colors from the source as per the % contribution).
Essentially, I am looking to convert the stacked bar Sankey to the Halo with pies.
Please let me know if it’s possible.
On top of it, I would like to provide a UI for a person to edit the values and then refresh the Halo. I think this should be possible by reloading the Halo with refreshed data.
Look forward to your response.
Best,
SinghvizulyApril 23, 2016 at 10:08 am #6129Hello Singh,
Interesting question!
I think what you want to do is possible. But, it isn’t trivial, and there is no step-by-step process I could outline.
The first step would be to take the data used for your example and convert the structure over to the one used by the halo component, which is a transaction like structure showing from-node, to-node, and values. Once you have the data flowing into the halo component we could then look at setting up colors and the other visual cues you mention.
– Tom
-
|
You must be logged in to reply to this topic.