Trdat Mkrtchyan
Trdat Mkrtchyan
Hi! As I understand, currently I can get the whole scale's data min and max only in `range` function. After the options will be set, in `uplot.series.min/max` will appear visual...
Hello. First of all - thank you for this amazing library. I have a question about grid and area series. - Is there any way to set grid `z-index`? Let's...
Hi there, long time no see 😄 Things is we're using uPlot as a core library for our own [featurefull library](https://github.com/gravity-ui/yagr). Currently I'm focused on improving stability and reduce regressions...
Initial config: ``` scales: { x: { plotLines: [{value: 1, width: 1, color: 'red'}] } } ``` update with the same value removes plotLine because yagr adds scale field and...
Current behaviour of `.setConfig` uses .update method from plotLines plugin which removes plotLines if they're not presented in new config. It''s better to have different update strategy for plot lines
Hi @leeoniya I faced with issue and I'd like to discuss it **The problem:** The last tick's label may be clipped (text appears outside of plotting area). This happens when...
[I found this block of code and was very surprised when it works correctly.](https://github.com/zone117x/node-stratum-pool/blob/master/lib/jobManager.js#L85-L115) Can somebody explain me why this works? `default` case in switch-case block is unreachable code because...
From time to time uPlot in Firefox renders some extra small points on lines. I couldn't find the exact reason, but prepared demo page: https://codesandbox.io/p/sandbox/uplot-points-on-lines-pzkhx7 That's for it look: My...