Skip to content

Commit

Permalink
Re-added comment about what hideUnselectedLines function is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaeldremy committed Aug 12, 2024
1 parent 1efbc5c commit b8f7ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data-browser/graphs/Graph.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const Graph = ({ options, loading, seriesForURL }) => {
*/
const onLoad = useCallback(
(chart) => {
// Hide series based on URL query parameters
hideUnselectedLines(chart, seriesForURL)
generateTableData()
},
Expand Down

0 comments on commit b8f7ac2

Please sign in to comment.