pytheas-core/src/main/resources/js/d3/d3.geo.js (10 lines): - line 4: // TODO clip input coordinates on opposite hemisphere - line 162: // TODO allow the composite projection to be rescaled? - line 565: // TODO FeatureCollection - line 566: // TODO Point - line 567: // TODO MultiPoint - line 568: // TODO LineString - line 569: // TODO MultiLineString - line 570: // TODO GeometryCollection - line 711: // TODO breakAtDateLine? - line 720: // TODO render a circle as a Polygon pytheas-core/src/main/resources/js/d3/d3.time.js (9 lines): - line 107: // j: function(d, s, i) { /*TODO day of year [001,366] */ return i; }, - line 113: // U: function(d, s, i) { /*TODO week number (sunday) [00,53] */ return i; }, - line 114: // w: function(d, s, i) { /*TODO weekday [0,6] */ return i; }, - line 115: // W: function(d, s, i) { /*TODO week number (monday) [00,53] */ return i; }, - line 121: // Z: function(d, s, i) { /*TODO time zone */ return i; }, - line 122: // "%": function(d, s, i) { /*TODO literal % */ return i; } - line 323: // TODO table of time zone offset names? - line 533: // TODO nice - line 576: // TODO expose d3_scaleExtent? pytheas-core/src/main/java/com/netflix/explorers/providers/FreemarkerTemplateProvider.java (3 lines): - line 195: global.put("sysenv", globalModel.getEnvironment()); // TODO: DEPRECATE - line 197: vars.put("global", global); // TODO: DEPRECATE - line 198: vars.put("pathToRoot", requestContext.getPathToRoot()); // TODO: DEPRECATE pytheas-core/src/main/resources/js/d3/d3.chart.js (2 lines): - line 303: var orient = "left", // TODO top & bottom - line 646: // TODO don't fudge the enter transition pytheas-core/src/main/resources/js/d3/d3.layout.js (2 lines): - line 111: // TODO Allow start and end angle to be specified. - line 112: // TODO Allow padding to be specified as percentage? pytheas-core/src/main/java/com/netflix/explorers/providers/WebApplicationExceptionMapper.java (1 line): - line 75: // TODO: