src/visualComponent/tooltipComponent.ts (3 lines): - line 52: lineStyle?: string; // TODO: Extend PBI API - line 53: markerShape?: string; // TODO: Extend PBI API - line 54: lineColor?: string; // TODO: Extend PBI API src/visualComponent/kpi/varianceComponentWithCustomLabel.ts (2 lines): - line 71: } as KPIIndicatorValueDescriptor; // TODO: potential issue - line 75: } as unknown as KPIIndicatorValueDescriptor; // TODO: potential issue src/visualComponent/svgComponent.ts (1 line): - line 295: // TODO: Looks like this method should be refactored in order to make it more understandable src/visualComponent/axes/helpers/axisHelper.ts (1 line): - line 676: (scale as ScaleLinear).range(scale.range().reverse()); // TODO: check it src/converter/dataConverter.ts (1 line): - line 433: * TODO: We should rethink current code structure to use Design Patterns for better code quality.