chipsalliance / fpga-tool-perf

FPGA tool performance profiling
https://chipsalliance.github.io/fpga-tool-perf
Apache License 2.0
99 stars 28 forks source link

feat: hide toolchain graphs when clicked #662

Open palaniappan-r opened 4 months ago

palaniappan-r commented 4 months ago

As requested in issue #402, clicking the datapoints on the toolchain's coloured lines will hide them.

As @tmichalak mentioned in #569, I've ensured that clicking a line's datapoint in a graph will only hide the clicked line, not all the lines of the particular toolchain.

I hope this is exactly what @acomodi wanted in #402.