link issues to todo comments
This commit is contained in:
parent
4e7046bd28
commit
2e49bc4709
@ -26,7 +26,7 @@ interface Props {
|
||||
testID?: string;
|
||||
}
|
||||
|
||||
// TODO: separate PR will update useGraphData to take into account useCommonScale
|
||||
// TODO: #43 #31 separate PR will update useGraphData to take into account useCommonScale
|
||||
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
|
||||
export const BarGraph: React.FC<Props> = ({
|
||||
data,
|
||||
|
@ -6,7 +6,7 @@ import ChartView from "../chart-view";
|
||||
import { ChartContainerProps } from "../graph-types";
|
||||
import { useGraphData } from "../use-graph-data";
|
||||
|
||||
// TODO: separate PR will update useGraphData to take into account useCommonScale
|
||||
// TODO: #43 #31 separate PR will update useGraphData to take into account useCommonScale
|
||||
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
|
||||
const ChartContainer: React.FC<ChartContainerProps> = ({
|
||||
ChartComponent,
|
||||
|
@ -5,7 +5,7 @@ import { graphStyles } from "../chart-styles";
|
||||
import { CustomGrid } from "../custom-grid";
|
||||
import { CommonProps } from "../graph-types";
|
||||
|
||||
// TODO: separate PR will update useGraphData to take into account useCommonScale
|
||||
// TODO: #43 #31 separate PR will update useGraphData to take into account useCommonScale
|
||||
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
|
||||
const LineGraph: React.FC<CommonProps> = ({ ...chartComponentProps }) => {
|
||||
const { yData, xValues, lineStrokeWidth, min, contentInset, numberOfTicks } =
|
||||
|
Loading…
Reference in New Issue
Block a user