Julius Volz

Results 236 comments of Julius Volz

> honestly, this is also true for legends. e.g. in Grafana we doesnt use uPlot's legend, but instead hook up a React one. Yeah, this is likely what I'll do...

The one way I got this working with the current uPlot is by remembering the selected series index with a setSeries hook like this: ```typescript let selectedSeriesIdx: number | null...

Hmmm, it's unclear what the expected behavior *should* be. I can well imagine that for some people it might be useful to search dropped ones as well, especially if they...

This all works a bit differently in the new UI, but as far as I can see it works as I would expect at least :) So closing this.

@arukiidou Sorry for ignoring! Looks good, happy to merge, just needs a merge conflict resolution first?

No strong opinion on this yet, but once we go that direction, we could also consider a whole lot more variations: - The same between a range vector and an...

I mean between a range vector and an instant vector: `foo[5m] > bar`

I'd also be interested in either passing a custom grammar or some guidance for how to go about adding languages "officially". I'd love to be able to use Code Hike...

Yes, adding search as on the Alerts page would make sense. I think it's just not there yet because search was less of an issue with the previously unpaginated page....