We can create custom D3 js panels on Banana by porting them to a format as required by banana.
https://github.com/LucidWorks/banana/wiki/Tutorial:-How-to-Build-a-Custom-Panel
Is there any way to achieve the same in Hue? It doesn't necessarily have to be d3.js but any other visualization tools that I can explore would also be helpful.
I am using Hue for visualizing solr data and am trying to explore more visualizations than the ones already built-in.
Currently you need to edit the Hue code directly. The closes available now is to have a custom HTML result widget: http://gethue.com/enhance-search-results/.