Skip to content

Commit

Permalink
finalize legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fahim Tajwar committed Dec 1, 2024
1 parent d5a24f0 commit 93af259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ return (
<div style={{ width: "100%", height: "400px" }}>
<Line ref={chartRef} data={props.data} options={props.options} />
<div style={{ marginTop: "10px", textAlign: "center", fontSize: "12px", color: "#c2c2c2" }}>
Tip: Double-click a section to select that reaction stage or drag the lines to adjust the start and end points of each chemical reaction stage.
Tip: Double-click a section to select that reaction stage and drag the lines to adjust the start and end points of each chemical reaction stage.
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion utils/dataGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const generateData = () => {
return {
...legendLabel,
fillStyle: "rgba(199, 202, 209, 0.4)",
lineWidth: 2,
lineWidth: 3,
borderRadius: 2,
}
});
Expand Down

0 comments on commit 93af259

Please sign in to comment.