interactive-visualizations
Here are 218 public repositories matching this topic...
-
Updated
May 11, 2020 - JavaScript
Expected Behavior
The tooltip height should be enough as for 3 values in the tooltip list, so as for 20 values.
Current Behavior
-
Updated
Jun 5, 2019 - Python
Blast Radius , when launched in --serve mode, does some pretty weak error reporting, and does nothing to help users resolve problems. It asks the user to look into several possible issues, rather than checking itself...
To observe the current (undesired) behavior, run Blast Radius in an empty directory:
[...]$ mkdir tmp
[...]$ cd tmp
[...]$ blast-radius --serve
A short
-
Updated
Jun 23, 2020 - Python
-
Updated
Apr 25, 2018 - JavaScript
-
Updated
Jul 1, 2020 - R
-
Updated
Jun 30, 2020 - HTML
I was poking around the codebase to see if there was any guidance on how to respond to plotly hover, click, etc. events when using iheatmapr with shiny.
I landed on the ?iheatmapr_event man page, which alludes to having an exemplar shiny app in its Examples section:
## Not run:
shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr"))
## End(Not run)We should remove the on_client_ready event, it should be invisible to the user. The front-end should first acknowledge that it is ready to receive commands, and then the back-end should start sending them automatically.
-
Updated
Jun 9, 2020 - Java
-
Updated
May 26, 2020 - JavaScript
modelStudio FAQ & Troubleshooting
- Error occurred during the
modelStudio()computation fooplot doesn't show up on the dashboard
- Read the console output of
DALEX::explain(). There could be a warning message pointing to the
Examples
Add examples that test the waters of the usefulness of this so-called "component system".
Ideas for examples:
- Basic posts example on bl.ocks.org
- Spinner
- Stopwatch Example #26
- Counter Example #27
- Todos Example #28
- Scatter Plot with menus for X and Y
- Timer
- Stopwatch + Timer with Redux
- [todomvc](https://github.com/reactjs/redux/
Expected Behavior
To offer correct and complete documentation on how to use the library.
Context | Current Behavior
All Axes has "remove" method it their API which should be called in order to delete axis. However, it will not remove axis's div from plot. You need to manually call "plot.removeDiv(axisDiv)" to finally remove all axis contents from plot, which is not at least documented.
Share Code Snippets
We should have the ability to share examples a la jsFiddle. There are some examples that I would like to share with my students without having to recreate them each time.
-
Updated
Dec 9, 2018 - R
-
Updated
Sep 7, 2019 - HTML
The extra space isn't worth the constant hassle and loss of speed. See comments here:
https://news.ycombinator.com/item?id=19861725
Perform in distribute_citus branch
-
Updated
Jan 23, 2020 - R
-
Updated
Feb 8, 2020 - Python
-
Updated
Jun 16, 2020 - Java
Add chart types
Completed:
- sunburst http://echarts.baidu.com/examples/editor.html?c=sunburst-simple
- tree http://echarts.baidu.com/examples/editor.html?c=tree-basic
- treemap http://echarts.baidu.com/examples/editor.html?c=treemap-simple
To do:
- force-directed graph http://echarts.baidu.com/examples/editor.html?c=graph-force
- arc diagram
- maps (bubbles on map, choropleths, e
Bug
- When clicking on a gene on the MD plot, the table sometimes does not scroll such that the first highlighted entry is the clicked gene.
- Sometimes the highlighted entry is not in the main view of the table at all.
Expectation
- When clicking on a gene, the table scrolls such that the clicked gene is highlighted as the first entry on the table.
Reproduction
- Uncle
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Mar 1, 2018 - HTML
-
Updated
Jun 12, 2020 - R
-
Updated
Oct 31, 2019 - Python
Improve this page
Add a description, image, and links to the interactive-visualizations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interactive-visualizations topic, visit your repo's landing page and select "manage topics."


The y-axis ticks supports the
rotatedoption, but the doc is missing.I haven't checked whether other options are missing.