The Wayback Machine - https://web.archive.org/web/20210709213008/https://github.com/topics/visualizations
Skip to content
#

visualizations

Here are 330 public repositories matching this topic...

This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
  • Updated Jun 8, 2021
  • Jupyter Notebook
Vadorequest
Vadorequest commented Feb 9, 2021

It'd be great to be able to load an external history upon initializing the undo/redo feature.

It's already supported by the Undoo lib, through the import(history) API, so it should be trivial to implement.
https://github.com/fabioricali/undoo#undooimporthistory--undoo

I suppose changing the UndoProps by adding a initialHistory prop would do the trick:

export interface UndoPr
flash1293
flash1293 commented Jun 24, 2021

Describe the bug
If a heatmap is configured to fill it's container element completely, changing the container size (e.g. by resizing the browser window), will change the size of the visible chart, but scrollbars will appear and the user can scroll into whitespace of the original size.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/s/polished-snowflake-v
daniellevinson
daniellevinson commented Jul 17, 2019

Is your feature request related to a problem? Please describe.
In a few places we're forcing a disabled element by adding the class

.navi-report__action-link--force-disabled {
  color: @disabled-gray !important;
  cursor: not-allowed !important;
}

Probably because some child's cursor and color styles ignore its parent's disabled attribute/class.

**Describe the solution y

Improve this page

Add a description, image, and links to the visualizations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visualizations topic, visit your repo's landing page and select "manage topics."

Learn more