Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.2 Release #752

Merged
merged 106 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
f151d32
Made API keys hidden (password fields) in the query translator module
nielsdejong Oct 10, 2023
d2525ae
Legend on bottom, working on scrolling
Oct 24, 2023
66d0317
Scrolling added, legend gets cut off. Need to set width according to …
Oct 24, 2023
6e0aad9
Set autowidth depending on length of array
Oct 24, 2023
940ed29
wednesday
Oct 25, 2023
0caa78a
Added new report action type for tables: multiselect checkboxes (#664)
nielsdejong Oct 27, 2023
3a2cf4d
Fix handling external updates of parameter values in parameter select…
nielsdejong Oct 27, 2023
5e27a02
Feature/new dashboard load UI (#657)
nielsdejong Oct 27, 2023
c2b879b
monday
Oct 30, 2023
5032618
Horizontal/Vertical legend switch
Oct 30, 2023
2e1cf07
Sorted graph sizing with padding
Oct 30, 2023
dafb5b6
Tuesday Afternoon
Oct 31, 2023
db2cbce
Mapped bar chart event to standardized action event
nielsdejong Oct 31, 2023
221a602
Wednesday Morning
Nov 1, 2023
d3fee84
Added event handling for actions on bar charts
nielsdejong Nov 1, 2023
fcca63d
Fixed styling for bar chart report action
Nov 2, 2023
f4c2791
Bump @babel/traverse from 7.21.4 to 7.23.2 in /gallery (#670)
dependabot[bot] Nov 3, 2023
7b7bed1
Bump @babel/traverse from 7.20.13 to 7.23.2 (#669)
dependabot[bot] Nov 3, 2023
4f29427
Bump postcss from 8.4.23 to 8.4.31 in /gallery (#656)
dependabot[bot] Nov 6, 2023
f823de2
Bump postcss from 8.4.21 to 8.4.31 (#655)
dependabot[bot] Nov 6, 2023
9dfff37
added minimum bar height
Nov 6, 2023
e4b0ecd
Text hard to read on dark theme (#668)
JonanOribe Nov 6, 2023
27fd472
Monday
Nov 6, 2023
96bd80b
Hotfix for wrong default parameter replacement in markdown
nielsdejong Nov 7, 2023
2d030a4
Merge branch 'develop' of github.com:neo4j-labs/neodash into develop
nielsdejong Nov 7, 2023
295857b
Add back arrow on connection modal (#675)
hugorplobo Nov 10, 2023
3742393
VULCAN-126/Override default message (#683)
nielsdejong Nov 10, 2023
65a28bf
Added report action functionality in bar chart when using BarComponent
Nov 13, 2023
be8b08f
Fix/hiding columns in table (#685)
AleSim94 Nov 13, 2023
ad4bd0b
Fix parameters values (#641)
BennuFire Nov 13, 2023
cbe4aed
Removed adjustedData state for min bar height
Nov 13, 2023
207b141
Added comments to BarChart.tsx
Nov 13, 2023
d7be8c7
Updated dashboard format to 2.4. Double resolution for horizontal and…
nielsdejong Nov 14, 2023
fceb5f3
Feature/gantt chart (#684)
alfredorubin96 Nov 14, 2023
c54acd3
adding in advanced config for the graph viz more graph layout config …
AleSim94 Nov 14, 2023
a6140d0
Adding form widget as a new extension (#568)
nielsdejong Nov 14, 2023
8055a9a
Removed dependencies, reverted reportconfig bar chart order
Nov 15, 2023
5bce9cd
Changed BarComponent always renders now so pointer always shows on ba…
Nov 15, 2023
bdb3c8e
moved onClick logic to handleBarClick const
Nov 15, 2023
27d35f1
Model Examples and LLM improvements (#600)
alfredorubin96 Nov 15, 2023
6eb1d94
Extracted margin logic from BarChartComponent into new const
Nov 15, 2023
c71b6b4
Extracted legend logic into separate function
Nov 15, 2023
d8374af
extracted onChange and onInputChange to separate functions
Nov 15, 2023
183ff3f
Issue with setting customWidth
Nov 15, 2023
1e66f6c
refactor: add explicit enum constants
hugorplobo Nov 15, 2023
85ff8fd
Merge branch 'master' into develop
nielsdejong Nov 16, 2023
9732c09
Added release notes for 2.4 + bonus feature (keyboard shortcut to run…
nielsdejong Nov 16, 2023
86cf207
Hotfixes for Sonarqube issues
nielsdejong Nov 16, 2023
85d9581
minor fix in the forms where it wasn't getting the correct value in t…
alfredorubin96 Nov 16, 2023
826e0e0
Fix hiding column prefix (#695)
alfredorubin96 Nov 16, 2023
1768dea
Merge branch 'master' into develop
nielsdejong Nov 16, 2023
216d1d6
fixing merge
alfredorubin96 Nov 16, 2023
197e268
Added manual legendWidth back in
Nov 17, 2023
09b0b4d
Font-color not changed in graph contextual popups when in dark mode #621
JonanOribe Nov 17, 2023
430381d
Fixed styling of report action and moved visualisation logic to outsi…
Nov 17, 2023
c73b971
Friday
Nov 17, 2023
d81f145
refactor: extract unions to explicit types
hugorplobo Nov 15, 2023
0924af5
Updated documentation
Nov 20, 2023
bb37e0c
fixed most code smells
Nov 20, 2023
190fb11
Fix for only displaying active databases in the sidebar (#698)
nielsdejong Nov 21, 2023
9486969
Merge branch 'develop' into Font-color-not-changed-in-graph-contextua…
JonanOribe Nov 22, 2023
fcb08ec
Removed checked in html file
nielsdejong Nov 23, 2023
9b36f99
fixed typos, dependencies, UX
nielsdejong Nov 23, 2023
1b4f484
Fix bugs in actions helper
nielsdejong Nov 23, 2023
c9e5a90
refactor: add value to input
freitagfelipe Nov 26, 2023
6a022e2
refactor: update any types
freitagfelipe Nov 26, 2023
82c3b0a
Enabled page switch actions on bar charts
nielsdejong Nov 26, 2023
c4ef665
Change on filter tooltip to avoid hide table data
JonanOribe Nov 27, 2023
bdb478c
Merge branch 'develop' into table-widget-filter-hiding-first-value
JonanOribe Nov 27, 2023
8ab4b56
Merge pull request #712 from JonanOribe/table-widget-filter-hiding-fi…
alfredorubin96 Nov 27, 2023
f089f1a
Merge pull request #702 from hugorplobo/refactor-enum
alfredorubin96 Nov 27, 2023
7716802
Merge pull request #703 from hugorplobo/refactor-union
alfredorubin96 Nov 27, 2023
94d58ab
Merge pull request #711 from hugorplobo/uncontrolled-component
alfredorubin96 Nov 27, 2023
4220f54
Merge pull request #699 from JonanOribe/Font-color-not-changed-in-gra…
alfredorubin96 Nov 27, 2023
086faf8
removing code smells
alfredorubin96 Nov 27, 2023
fef6f9a
Merge branch 'develop' into any-type
alfredorubin96 Nov 27, 2023
6753676
Merge pull request #710 from hugorplobo/any-type
alfredorubin96 Nov 27, 2023
a49801f
Fixed bug (hopefully)
Nov 29, 2023
a9eb6c4
merging with develop
alfredorubin96 Dec 5, 2023
1cc26e3
Added comments for styles naming convention
Dec 5, 2023
9753f70
Bump @adobe/css-tools from 4.3.1 to 4.3.2 (#720)
dependabot[bot] Dec 6, 2023
b56215e
Feature/8raven (#705)
alfredorubin96 Dec 6, 2023
b9ab834
Fixed menu placement for node property selector in form modal
nielsdejong Dec 6, 2023
de4e25b
Fix race condition caused by incorrect date casted from serialized da…
nielsdejong Dec 6, 2023
4e2c2f4
Parameter selector suggestions are now sorted by length
nielsdejong Dec 6, 2023
3cc3f1a
Merge pull request #689 from neo4j-labs/feature/ikea-fixes-alternative
AleSim94 Dec 6, 2023
e3e7833
Merge pull request #728 from neo4j-labs/feature/686-param-selector-limit
AleSim94 Dec 6, 2023
1c2519d
Merge pull request #727 from neo4j-labs/fix/717-race-condition-uncast…
AleSim94 Dec 6, 2023
58b188c
Merge pull request #726 from neo4j-labs/issue/700-form-field-modal-se…
AleSim94 Dec 6, 2023
2dd0330
Merge branch 'master' into develop
nielsdejong Dec 6, 2023
441e29f
Improved styling of dashboard header buttons, download CSV button (#729)
nielsdejong Dec 6, 2023
8fa8c15
Bumped version to 2.4.1 & added release notes (#731)
nielsdejong Dec 7, 2023
52426c8
fixing rule based styling wrong casting at number
alfredorubin96 Dec 15, 2023
717d596
Merge pull request #738 from neo4j-labs/fix/rule_based_styling
alfredorubin96 Dec 15, 2023
2d4e5f2
Hotfix for broken custom header deployments
nielsdejong Jan 8, 2024
e6d535a
changing report config default options (#724)
alfredorubin96 Jan 8, 2024
f02c147
Browser tab titles (#708)
m-o-n-i-s-h Jan 9, 2024
9adda61
Fixed linting. Added dark mode fix for graphs (#743)
nielsdejong Jan 9, 2024
48fe130
Adding in 3D graph visualization as an advanced visualization (#737)
nielsdejong Jan 10, 2024
ac8eda1
Improved handling of draft dashboards in the sidebar, allowing to dis…
nielsdejong Jan 10, 2024
f708147
Added parameter select setting for autopopulating first selector valu…
nielsdejong Jan 10, 2024
ee32fe1
2.4.2 Release Notes (#745)
nielsdejong Jan 12, 2024
9a541b3
Merge
nielsdejong Jan 12, 2024
c4cf2fd
Collection of bug fixes for the 2.4.2 release (#744)
nielsdejong Jan 12, 2024
9caa1b9
Hotfix for typo in release notes
nielsdejong Jan 12, 2024
166efbf
Final docs for 2.4.2 release
nielsdejong Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typos, dependencies, UX
  • Loading branch information
nielsdejong committed Nov 23, 2023
commit 9b36f991456fcda86182b9caeecbcb8bff79c173
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/user-guide/reports/bar-chart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ and will need to be executed manually.

|Expand Height For Legend |on/off |off |Useful for when the legend has many labels. When enabled the chart height will adjust to the number of rows returned by the query and therefore will prevent legend labels being cut off.

|Inner Padding |number |0 |When specified, will implement padding between any grouped elements\
|Inner Padding |number |0 |When specified, will add padding between any grouped elements.

|Legend Position |Vertical/Horizontal |Vertical |Will dictate whether the lagend is displayed vertically on the right hand side of the chart or horizontally on the bottom of the chart
|Legend Position |Vertical/Horizontal |Vertical |Will dictate whether the lagend is displayed vertically on the right hand side of the chart or horizontally on the bottom of the chart.
|===

== Rule-Based Styling
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"keywords": [],
"author": "Neo4j Labs",
"dependencies": {
"babel-runtime": "^6.26.0",
"@azure/openai": "^1.0.0-beta.2",
"@codemirror/lang-markdown": "^6.1.1",
"@dnd-kit/core": "^6.0.8",
Expand Down
27 changes: 13 additions & 14 deletions src/config/ReportConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const _REPORT_TYPES = {
default: false,
},
showOptionalSelections: {
label: 'Show Optional Selections',
label: 'Grouping',
type: SELECTION_TYPES.LIST,
values: [true, false],
default: false,
Expand All @@ -350,12 +350,6 @@ const _REPORT_TYPES = {
values: ['linear', 'symlog'],
default: 'linear',
},
customDimensions: {
label: 'Custom Dimensions',
type: SELECTION_TYPES.LIST,
values: [true, false],
default: false,
},
minValue: {
label: 'Min Value',
type: SELECTION_TYPES.NUMBER,
Expand Down Expand Up @@ -390,6 +384,17 @@ const _REPORT_TYPES = {
values: [true, false],
default: false,
},
customDimensions: {
label: 'Custom Dimensions',
type: SELECTION_TYPES.LIST,
values: [true, false],
default: false,
},
barWidth: {
label: 'Bar Width',
type: SELECTION_TYPES.NUMBER,
default: 10,
},
labelSkipWidth: {
label: 'Skip label if Bar Width < Xpx',
type: SELECTION_TYPES.NUMBER,
Expand Down Expand Up @@ -471,12 +476,6 @@ const _REPORT_TYPES = {
type: SELECTION_TYPES.NUMBER,
default: '0 (No refresh)',
},
// New settings integrated as per their relevance
barWidth: {
label: 'Bar Width',
type: SELECTION_TYPES.NUMBER,
default: 10,
},
expandHeightForLegend: {
label: 'Expand Height For Legend',
type: SELECTION_TYPES.LIST,
Expand All @@ -499,7 +498,7 @@ const _REPORT_TYPES = {
type: SELECTION_TYPES.NUMBER,
default: 0.25,
},
}
},
},
pie: {
label: 'Pie Chart',
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5630,11 +5630,6 @@ caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.300015
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz"
integrity sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==

caniuse-lite@^1.0.30001546:
version "1.0.30001546"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz#10fdad03436cfe3cc632d3af7a99a0fb497407f0"
integrity sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==

canvas-color-tracker@1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/canvas-color-tracker/-/canvas-color-tracker-1.2.1.tgz#c552872f8f254bac3e74ea4cc7fed3bb19859bf1"
Expand Down