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