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

visualizations

Here are 332 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
dej611
dej611 commented Jul 21, 2021

Describe the bug
When passing a 8 digits HEX color (classic HEX 6-digits + alpha channel), when the alpha channel is 0 the color seems to be ignored and the fallback red color is used.

To Reproduce

  1. Pass the following colors={} props to the Heatmap component: ["#6092c000", "#6092c000", "#a8bfda", "#ebeff5", "#ecb385", "#e7664c"]
  2. Watch the first 2 buckets get colored in
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

qaboard

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