You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/03 06:10:15 UTC

[GitHub] hughhhh commented on a change in pull request #4871: Add spider/radar chart

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org