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

visualizations

Here are 331 public repositories matching this topic...

formgeist
formgeist commented Aug 26, 2021

Summary

Most of the other APM tables will show a simple loading message, but the Traces list table shows a loading spinner. We moved away from the spinners in previous releases, but it seems the table wasn't updated. We should simply display the "Loading..." default message to make it consistent with the rest.

<img width="1689" alt="CleanShot 2021-08-26 at 11 19 49@2x" src="https://user-im

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 Aug 25, 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
markov00
markov00 commented Jun 3, 2021

Describe the bug
The config.width and config.height in the partition chart, at least in the pie chart layout, are overwritten by the parentDimensions.

The first part where the width and height are overwritten is visible in the getShapeViewModel before merging the partial config.

The second place is in the partitionMultiGeometries where we compute the chartWidth and `chartH

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