-
Add a feature to display 2D line charts in computree.
-
Hi,
I think it would be great if we had a chart component (e.g. think 2D bar charts or scatter plots).
Guess the mechanism of supplying data in the backend could be similar as it is implemented …
-
In flame_chart.dart, we call
```
linkedHorizontalScrollControllerGroup.jumpTo(newScrollOffset);
```
to update the scroll offset as we zoom. We call this inside of an animation controller listener…
-
Hi, is it possible to render two different types of 3d charts simultaneously (for example, line and bar) on one single plot similar to standard 2d case?
-
**I'm submitting a ...** (check one with "x")
- [X] bug report - search github for a similar issue or PR before submitting
- [ ] feature request
- [ ] support request - use StackOverflow (add th…
-
**I'm submitting a ... (check one with "x")**
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support…
-
The rotation of objects should be allowed to create more complex layouts. The first example that comes to mind is a 2d charts where the headers are clickable buttons tilted at a 45 degree angle. Pie c…
frink updated
5 years ago
-
### What is your suggestion?
I have not seen a method to make a 3D cross plot in Altair. Please excuse me if I missed it.
### Have you considered any alternative solutions?
We use the interactive …
-
-
Hi,
I am attempting to create a customised embedding visualisation panel, and would like to see if there are ways to expand upon the built-in 2D Projection plot provided in wandb.
Is it possible…