src/label/dataLabelRectPositioner.ts (6 lines): - line 69: // TODO: which of the above cases should we default to for rects with no orientation? - line 83: // TODO: which of the above cases should we default to for rects with no orientation? - line 97: // TODO: which of the above cases should we default to for rects with no orientation? - line 110: // TODO: which of the above cases should we default to for rects with no orientation? - line 123: // TODO: which of the above cases should we default to for rects with no orientation? - line 128: // TODO: Data labels for non-rectangular visuals (line chart) src/axis/labelLayoutStrategy.ts (2 lines): - line 194: // TODO don't do these rotations if we already did them - line 204: // TODO don't do these rotations if we already did them src/axis/axisInterfaces.ts (1 line): - line 201: metaDataColumn: DataViewMetadataColumn; // TODO: remove this, we should just be passing in the formatString and the ValueType, not this DataView-specific object src/axis/axis.ts (1 line): - line 320: // TODO: Put the parameters into one object src/legend/svgLegend.ts (1 line): - line 920: // TODO: [PERF] Get rid of this extra measurement, and modify src/label/labelLayout.ts (1 line): - line 771: // TODO: Add reference lines if we want them