See my note on #914. This featured task chart display bug is significantly trickier than I expected:
The bug is not limited to coherence gain, if various tasks are switched into the featured task slot, but not all of them.
It also doesn't necessarily appear to be connected to invalid result data.
It raises no JavaScript or REST API error in the browser debugger.
I really don't know what the issue is, here! The long-term solution is to completely remove our dependence on Chart.js, I honestly think, as we've moved towards in 2024.
I think a temporary fix might be simply to change up the feature tasks a bit: I don't think it's less appropriate, particularly just as a temporary measure, to highlight single-qubit T1 relaxation times.
I am continuing to diagnose the issue or, ultimately, just convert our D3.js charts into some alternate optional form that works as a thumbnail. For aesthetics, though, this PR is not a bad temporary solution, I think.
See my note on #914. This featured task chart display bug is significantly trickier than I expected:
I really don't know what the issue is, here! The long-term solution is to completely remove our dependence on Chart.js, I honestly think, as we've moved towards in 2024.
I think a temporary fix might be simply to change up the feature tasks a bit: I don't think it's less appropriate, particularly just as a temporary measure, to highlight single-qubit T1 relaxation times.
I am continuing to diagnose the issue or, ultimately, just convert our D3.js charts into some alternate optional form that works as a thumbnail. For aesthetics, though, this PR is not a bad temporary solution, I think.