Pavel Demin
Pavel Demin
@mkilpatrick not sure if it's still relevant, but I faced the same issue today. I'm using commmonJS and was able to work around this issue the following way: ```js const...
I faced this problem today as well. I've realized that `dynamicTicks` argument sets `autorange` to be true - thus the provided range is ignored. To leverage an explicit `range`, one...
+1 to this. I would love to be able to pass shell path via radian options, e.g. ```r options(radian.shell_executable_path = "/usr/bin/zsh") ```