Skip to content
#

visualizations

Here are 332 public repositories matching this topic...

amolnater-qasource
amolnater-qasource commented Sep 3, 2021

Kibana version: 7.15.0 BC-3 Kibana Cloud environment

Host OS and Browser version: All, Chrome and Firefox

Build details:

Build: 43886
Commit: 29a6969dc230abf16dc65a41c535cb534ae64fa7
Artifact Link: https://staging.elastic.co/7.15.0-9e0972b3/summary-7.15.0.html

Preconditions:

  1. 7.15.0 BC-1 Kibana Cloud environment should be available.
  2. Agent must be insta

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

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