Skip to content

Commit

Permalink
Enable tooltip for Model Context graph
Browse files Browse the repository at this point in the history
  • Loading branch information
eyvorchuk committed May 31, 2024
1 parent 1742a88 commit dce958a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/graphs/SingleContextGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ export default function SingleContextGraph(props) {
let graph = dataToLongTermAverageGraph(data, meta);
graph = emphasizeSeries(graph, selectedModelId);

//simplify graph by turning off tooltip and missing data gaps
// Simplify graph by connecting missing data gaps
graph.line.connectNull = true;
//graph.tooltip = { show: false };
return graph;
}

Expand Down

0 comments on commit dce958a

Please sign in to comment.