-
```
My graphs look terrible (there are lines without parent connections.) I assume
it's related to these multiple "unknown tag" errors with even simple projects
when running dot -Tpng test.dot >test…
-
The way we decided to do this was the following. Basically the grapher follows the following format:
```
data = getDataFromChest()
doStuffTo(data)
plot(data)
```
This `doStuffTo(data)` function can…
-
When loading a datapage, multiple requests are made to load the indicator metadata.
Locally, adding a console.log to `Grapher.componentDidMount` shows that the component is mounting three times.
…
-
## Core problem
When using a diverging scale for a map, Grapher automatically defines a center value (where colors change) which doesn't necessarily reflect how the measure works.
## Proposed so…
-
```
the grapher extension is not available in the maven repo.
I've made a pom for it:
- fit the actual project structure
- contains dependencies
- run test with success
- extends guice-parent pom so…
-
```
It would be nice if it were possible to set a URL on the GraphvizNode. With
this it would be possible to link the nodes to Javadoc, ViewVC, Wiki, etc.
I am currently doing this in my custom Imple…
-
## Description
Bar labels of discrete bar charts are correctly positioned in our static exports, but when imported to Figma, the bar labels sit a little too high (see screenshots)
## Screenshots
Ex…
-
Traceback (most recent call last):
File "D:\github\text\TextGrapher-master\text_grapher.py", line 225, in
handler = CrimeMining()
File "D:\github\text\TextGrapher-master\text_grapher.py", …
-
##### ISSUE TYPE
Bug Report
##### OS
Ubuntu 24.04 LTS
##### VERSION
```
define( 'APPLICATION_VERSION', '6.4.1' );
define( 'APPLICATION_VERDATE', '2024060900' );
```
##### ENVIRONM…
-
https://github.com/owid/owid-grapher/pull/3695 added a tag graph that allows us to represent more complicated relationships between our tags, but it didn't remove the existing single-parent structure …