Skip to content

Commit

Permalink
Make the comment clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Aug 1, 2024
1 parent afd3a44 commit fd79700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/memray/reporters/assets/flamegraph_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ export function initThreadsDropdown(data, merge_threads) {
}

export function drawChart(chart_data) {
// In order to retain the "invertedness" when updating the graph, true
// by default.
// In order to retain the "invertedness" when updating the graph.
// true by default (there was no previous graph).
let previouslyInverted = chart ? chart.inverted() : true;

// Clear any existing chart
Expand Down

0 comments on commit fd79700

Please sign in to comment.