Javier Arturo Porras Luraschi
Javier Arturo Porras Luraschi
This should work correctly, `console.log()` gets printed to the browser console and also in the actual visualization. For instance, consider the following example, notice the `console.log()` statement: ```js // !preview...
We have a gallery with about 16 examples: https://rstudio.github.io/r2d3/articles/gallery.html Would those examples help? The `r2d3` examples got translated from D3's gallery: https://github.com/d3/d3/wiki/Gallery So for instance, bubble looks like the following...
@daattali this is already supported, am I missing something? The only change from the code above is using `script` instead of `text`: ``` my_r3_code
@chriswiduta right, we thought it was more clear to show only `script = "barchart.js"` since it assumes you will have to create your own script, but as you point out,...
Example: ```js /** output: [html] params: - name: x label: x - name: y label: y - name: facet label: facet - name: type label: Type value: - control: select...
https://devel.hal9.com/?sharedPipeline=01_e50eb85cfef394bf918fef1c6a2b2b4d
Add menu with entry to export pipeline with existing dialog.
I would start with: https://observablehq.com/@analyzer2004/waffle-chart?collection=@analyzer2004/business-data-storytelling https://observablehq.com/@analyzer2004/funnel-chart?collection=@analyzer2004/business-data-storytelling https://observablehq.com/@analyzer2004/fancy-radial-bars?collection=@analyzer2004/business-data-storytelling https://observablehq.com/@analyzer2004/3d-clustered-chart?collection=@analyzer2004/three-js
Some progress but requires disabling `shadowDom` which we probably should. ``` var options = { container: 'luckysheet', showtoolbar: false, showinfobar: false, showsheetbar: false, showstatisticBarConfig: { view: false, zoom: false }...
This is something currently implemented in the Hal9 app which is currently not open sourced yet, but still something we can fix.