Results 12 comments of Zig Mandel

for reference, in burndown.js function createProjectionLine: https://github.com/zmandel/zmandel.github.io/blob/master/burndown.js#L359 function createCrosshair: https://github.com/zmandel/zmandel.github.io/blob/master/burndown.js#L466

im not getting closer. the code is the same as in https://zmandel.github.io/burndown2.9.0.html and it does work well there. the x,y is added from the datasets, just like the line ones...

@hellochar Im also seeing issues with using .foreground(). Ive spent lots of time debugging this but still cant pinpoint why all my custom drawing (lines, crosshairs) no longer work, they...

@hellochar thank you! https://github.com/palantir/plottable/issues/3382

Indeed, we noticed this too when first implemented the chart. Back then we tried many alternatives but none were perfect. We tried the one you mention too, but at that...

hi! if you want to go for it, I can push the latest version. first you will need to look into libraries that can emulate web sql. I only found...

I really doubt it. you definitely need to use a database, not possible without it, I would never even have attempted to start writing pft if it wasnt for web...

web sql is just SQL, you do need to know sql on a 3/5 level at least as Plus heavily relies on SQL. about when it will stop working, we...

Indeed, because Edge doesnt have Chrome sign-in, currently the chrome apis to access Google sheets cant work on Edge. Its doable but it would require to manually code the oauth2...

I have a similar issue, but I propose a different approach: the options could allow for multiple "remap urls", so you can remap multiple files, not just limited by replacing...