So it is there already, but commented out, any reason why?
Hi JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.
the component that sets Plotly up is src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts
Very nice! Maybe we could have this option as a toggle setting in the user profile page, so that by default we keep the current behaviour, and users like me can change it 😄 wdyt?
I'm not too fond of many user configurations, it's confusing.
however, clearml is open source, nothing stops you from adding the code and sending a PR
probably need to sethovermode = 'x'
in layout
Could you please point me to the relevant component? I am not familiar with typescript unfortunately 😞
I’m not too fond of many user configurations, it’s confusing.
100% agree, nevertheless, how much is too many? Currently, there are only two settings in the user preferences category, so one more wouldn’t hurt?
however, clearml is open source, nothing stops you from adding the code and sending a PR
I’d be super happy to contribute yes! Nevertheless, I am not sure where to start: clearml-server repo? clearml-web repo?