neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
418 stars 138 forks source link

Added parameter select setting for autopopulating first selector value #746

Closed nielsdejong closed 9 months ago

nielsdejong commented 9 months ago

Replacement for https://github.com/neo4j-labs/neodash/pull/736/

codecov[bot] commented 9 months ago

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (52426c8) 39.04% compared to head (7fe7801) 38.80%. Report is 7 commits behind head on develop.

Files Patch % Lines
...arameter/component/NodePropertyParameterSelect.tsx 12.50% 7 Missing :warning:
src/chart/bar/util.ts 0.00% 6 Missing :warning:
src/application/logging/LoggingThunk.ts 0.00% 3 Missing :warning:
src/chart/bar/BarChart.tsx 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #746 +/- ## =========================================== - Coverage 39.04% 38.80% -0.24% =========================================== Files 208 211 +3 Lines 8718 8828 +110 Branches 2597 2626 +29 =========================================== + Hits 3404 3426 +22 - Misses 5252 5341 +89 + Partials 62 61 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jacobbleakley-neo4j commented 9 months ago

When I clear the parameter field, it does autopopulate, but not with the first record according to the property I'm returning.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud