Ankit Rohatgi

Results 72 comments of Ankit Rohatgi

@SvenMeyer you have a completely different issue. Currently do not support financial charts (never considered until now). Thanks for bringing it up! If my bandwidth allows, I'll try to add...

Hello, what OS is this on and is your machine set to use commas for numbers (e.g. german locale)? Maybe we need an option to switch which separator is preferred...

Can you try hitting "Run" here and let me know if the 1.1 has a comma or a decimal on your machine? http://jsfiddle.net/yyp184nb/ Thanks!

What does this return you in Chrome: http://jsfiddle.net/yyp184nb/1/ For some reason, your Chrome browser is picking up the wrong locale on your machine.

Thanks for all the feedback - I'll add an option to switch manually in the next release.

The current algorithms will detect centroids so that should work for shapes other than circles.

In many plots, you can use the mask tools to highlight only the region containing the points that you are interested in. If you are using the blob detection algo,...

Including additional CSVs in the `tar` archive is feasible and I am not sure if switching to `zip` helps much. The `tar` archive is created and read on client side...

Sorting unordered points along the perimeter is tricky and nearest neighbor is a crude solution for this - I know it doesn't always work. A commonly used alternative is to...

I'm distributing whatever `electron-packager` spits out right now due to lack of time to do anything better. I'll take a look at Flatpak :) Thanks for the tip.