timelyportfolio
timelyportfolio
The ordinal scale on the angular axis seems to be broken on the newest linePlot. See this minimal example http://bl.ocks.org/timelyportfolio/6983268 as an example. The labels no longer match the ticks....
I'm sure I am doing something wrong here, but I wonder why the labels don't match the drawn regions. http://bl.ocks.org/timelyportfolio/6872354 It appears labels start at -90, but drawing starts at...
When using multiple `radviz` on a page, the `id` of tooltips will conflict in the `DOM`. We can change to `class` with no adverse effects to eliminate this conflict.
Based on recent activity, there appears to be an effort to update and submit a new version to CRAN. If this is the case, I think some updated Rmd vignettes...
`FileAttachment` does not seem to work. Explore possibility of adding support for it.
Saw this unoffical compiler and wanted to mark it for future reference and experimentation: - [notebook](https://observablehq.com/@asg017/an-unofficial-observablehq-compiler) - [repo](https://github.com/asg017/unofficial-observablehq-compiler)
Adding this for potential future reference https://observablehq.com/@mbostock/dataflow.
Eventually once `robservable` stabilizes, tests on the JavaScript might prove helpful. I think `reactable` https://github.com/glin/reactable/tree/ecad086372f99cc5a6ec4e80aa40160484bfd51f/srcjs/__tests__ might be a good reference point if we decide to pursue tests.
There is a very interesting project in development https://github.com/pbeshai/d3-scale-interactive that I think would play very nicely with `scatterD3`. If interested, let me know, and I can try to integrate.
This new package [`captioner`](https://github.com/adletaw/captioner) might work very well with `formattable`. Do some investigation to see how these packages could benefit each other.