Benjamin Besse

Results 91 comments of Benjamin Besse

Okay I find my problem. The list is created with jQuery so, I call the `recalcNav`. But, in my case, the calcul is not correct and the `default_width` is wrong...

It's possible to activate this by default without toolbox configured or showed ? In out case we want zoom on dragging by default in our charts (like grafana)

I made a hack to do this. If someone is interrested, I made this like that : 1. In Options, I initiate toolbox and I set buttons with empty path...

In our case, we set the formatter as function to convert date to specific timezone and, in the showed labels, we see that when the interval is one day or...

I found how to resolve this with `date-fns-tz` : I force the dateTime in UTC but converted in specific timezone using function `utcToZonedTime`. And with that, all showed dates are...

start optimizing by test all possible DOM manipulator mudules on nodeJS and, all of them do not work with `getBoundingClientRect`. So, i optimize phantomJS usage and removed jquery inclusion but,...

now changed engine. phantomJS has removed, jsdom not used, i calculate all of boundingbox. Except for Text, tspan and group. They are fixed. For group, it's comming soon but for...

any news about this useful feature ?

I don't understand that error. serverless create it's own deployment bucket. Why not reuse it automatically ?

Why not made just a parameter `persistent: true` in alertManager/pushgateway and promserver to simplify all this part ?