Lionel

Results 13 comments of Lionel

Hi, Indeed, I didn't invent anything and I have just re-used a mix of legend code and candlestick demo code. My goal is to keep both tooltip **and** legend because...

I will see what I can do. But it's easier for me to work on final build because I can see all the interactions between parts. Working on separate sources...

Hi Ok, I make a try to factorize the code for legend and tooltip. Here is the result. I do the change on final build (what tool do you use...

Hi, I found a bug in the correction I made to have tooltip. Now, it work with "Timeline / Discrete" demo. Just add the css : ```/* tooltip begin */...

The file : [uplot_tooltip.zip](https://github.com/leeoniya/uPlot/files/9302502/uplot_tooltip.zip)

After several try, I found a solution. I have added this in the hook part of the plugin : ``` setData: u => { xMin = u.scales.x.min; xMax = u.scales.x.max;...

Yeah, it work fine with my first demo code :)

Hi I updated with the source 1.6.25. I bracketed new code with /* NEW BEGIN / and / NEW END*/ Specific code for tooltip is bracketed with /* tooltip begin...

I have quite the same problem with data receive from UART. With version 3.0.3 all is good, but in version 3.0.5 the data received is sometimes smaller than 0x80. For...

Hi, No, problem is not solved and I think to know where is the problem. When I start my application, I have a low baudrate (600 bauds) to configure my...