KiranVL Report post Posted August 12, 2013 Hi, I have enabled HeatMap with my data. I also enabled click through feature via cell click and able to navigate to other screens. This is fine till now. I would also like to select more than one cell (rather than just single cell click) and navigate to other pages. In this case, I should carry required info of cells to other scrrens while navigation. Is there any feature already in FC. Please let me know. Thanks. Regards, Kiran M Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 13, 2013 Hi, If you are willing to navigate to the same page by selecting more than one cell in Heat map, you could provide the same URL to the respective "link" attribute of each <set> elements. Could you please clarify, if I have understood your requirement correctly? Also, if you are willing to carry required information of each cell, you could provide your custom JavaScript function call on click of each cell, and then redirect to your required page from that custom JavaScript function definition. For more information on "Using JavaScript functions as links", please visit the link: http://docs.fusioncharts.com/powercharts/Contents/?DrillDown/JavaScript.html Hope this helps! Share this post Link to post Share on other sites
KiranVL Report post Posted August 13, 2013 Thanks Sashibhusan for your reply. I have given url for each set element in dataset. With this I can navigate to desired pages upon cell click. I have 5 by 6 grid HeatMap. Total of 30 cells. I can navigate to specified page upon cell click. But I need to select multiple cells (say 1,3,5,6 I mean more than one cell) and should provide an option to navigate to the specified url So that I can get slected cells info and process fiuther. We have achieved similar kind of requirement in one our app using Adobe Flex. We have Bubble chart in that application. In Bubble Chart object there an option called mutilple selection. We have enabled it. We can select multiple bubbles by using Ctrl+Mouse selection or by slecting paritcular region with drag option. Hope the requirement is clear. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 15, 2013 Hi, This feature is not supported by PowerCharts XT, Heatmap chart, as of now. Either you will provide link to each cell or to the entire chart as hot spot. For more information on "Heat Map Chart Specification Sheet", please visit the link: http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/HeatMap.html Hope this helps! Share this post Link to post Share on other sites
KiranVL Report post Posted August 16, 2013 There is some workaround I have done to fullfill my requirement. Flow: I have used cell click to add corresponding cell id and required info in one HashMap(Java). You can select n no. of cells based on availability. Finally I have given one button to submit the selected cells. Reqiurement was fullfill. Regards, Kiran Share this post Link to post Share on other sites
Sanjukta Report post Posted August 16, 2013 There is some workaround I have done to fullfill my requirement. Flow: I have used cell click to add corresponding cell id and required info in one HashMap(Java). You can select n no. of cells based on availability. Finally I have given one button to submit the selected cells. Reqiurement was fullfill. Regards, Kiran Hi, Thanks for sharing the workaround with us! Happy FusionCharting! Share this post Link to post Share on other sites