-
현재 구조 :
Main Component( yet implemented)
''''Circle graph(yet implemented)/
''''Line graph(yet implemented)/
''''ListContainer
ㄴ------->Volume Workout Container에 필요한 데이터들 state로 가지고 있을…
-
It seems it broke recently.
var groups = new vis.DataSet();
groups.add({
id: 1,
content: 'My content', // this will not be set, and it will display default0 instead.
To replicate…
-
### Description
Create React components for a Linegraph, Progress Bar, and Pie chart as shown in the Figma:
![Image](https://github.com/user-attachments/assets/ef2b00a5-cb56-4b3a-bbfe-f4ba000153a3…
-
Keep running into docker issues, thought I would ask you first before spending too much time trouble shooting. Basically when I run multiqc I get the following:
``` bash
I have no name!@6175d9ed7beb:…
jfear updated
8 years ago
-
There appears to be a bug that was introduced in commit f4b1a85. The problem I am seeing is that if telemetry items have array indices in their item name then the `VALUE` widget will fail to display t…
-
In a line graph (insights) it's difficult to see if the line is above or below zero when no background color is used. In a bar-graph this is very visible
Maybe add a (darkgrey?) line for zero?
-
I have some not-huge molecules (a little bigger than the ones in this demo), and `mcismol`/`mcesmol` are taking more runtime than I care to allow to finish. Here's a demo that illustrates the problem:…
-
Hi,
I was wondering if you could add the option to use a logarithmic scale for the horizontal axis. It would be quite useful for diagrams which contain audio frequencies, as these are usually drawn o…
-
Hi, I recently upgraded to v0.3.0, and noticed that the StaticGraphs and AnimatedGraphs are not consistent.
Reproducible demo
```
data = [{"date": 2022-09-07T22:15:00.000Z, "value": 156.06}, {"da…
-
Are multiple lines (aka series) currently supported? Thanks!