hughhhh commented on a change in pull request #4871: Add spider/radar chart 
URL: 
https://github.com/apache/incubator-superset/pull/4871#discussion_r199692487
 
 

 ##########
 File path: superset/assets/src/visualizations/spider_radar.js
 ##########
 @@ -0,0 +1,410 @@
+import d3 from 'd3';
+import './spider_radar.css';
+
+function spiderRadarViz(slice, json) {
+  // console.log("Slice", slice);
 
 Review comment:
   remove the comments here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to