-
The `test` command is defined in the `package.json`. To run the tests a dev server needs to be running, it is started with the `serve` command.
-
I'm already using 3 libraries (D3 Geomap, Chart.js, Vis.js Timeline), could that be reduced?
Look at:
* https://ui.toast.com/tui-chart/
* https://plot.ly/javascript/
-
I'd like to have examples only in one place, preferably the documentation website. I realize that not everyone looks at the site and shipping some examples with the library source may make sense. At t…
-
Instead of the range changing from map to map start with the lowest possible round down to the nearest decimal and then go to 1.
For instance if the lowest amount is .39, start with .3 and go to 1
T…
-
improving the regex that we use to detect d3 modules
```javascript
/(d3-[\w-]*)(?=\.)/
```
https://regexr.com/
![screen shot 2018-08-26 at 1 13 09 am](https://user-images.githubusercontent…
-
landing page of website is not mobile friendly content is not adjusting as per device size,
i can fix that because i have experince in react js along with tailwind css.
screenshot
![Screenshot …
-
Right now a vulnerable package (d3-color@1) is pulled in via a transitive dependency.
Is there any chance of getting an updated package with recent dependencies?
I'd like to help out, but can not …
-
# Background
We are making more and more local/regional/scaled scenario's with the ETM (and the Stakeholder Analysis module). Currently we start with the national dataset, scale\* everything down to …
-
As in the [new design](https://github.com/enso-org/design/blob/main/epics/component-browser/design2.md)
![Image](https://github.com/enso-org/enso/assets/3919101/7c2f9ee4-25a6-4ec6-95db-99b1ae1fe28d…
-
Hi, I tried to use this lib with vite + react installing with
`yarn add react-svg-worldmap`
Install output:
```
% yarn add react-svg-worldmap
yarn add v1.22.19
[1/4] 🔍 Resolving packages.…