Skip to content

Commit

Permalink
fixing indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 13, 2025
1 parent 9acc782 commit 833880c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ export default defineComponent({
props.vectorFeatureId,
props.graphInfo.xAxis,
props.graphInfo.yAxis,
props.graphInfo.filterColumn,
props.graphInfo.filterValue,
props.graphInfo.indexer,
);
graphData.value = data;
renderGraph(data);
Expand Down
2 changes: 1 addition & 1 deletion client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ export interface VectorFeatureTableGraph {
type: string;
xAxis: string;
yAxis: string;
indexer: string;
indexer?: string;
}

export interface FeatureGraphData {
Expand Down

0 comments on commit 833880c

Please sign in to comment.