You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated version number
* Expandable charts when not in edit mode
* Apply global parameter value to selection chart
All other charts apply the current global parameter value in their Cypher queries. To keep consistent also apply the state to the parameter selection chart.
* Get parameter value earlier to apply as default state
* Minor fixes to chart interface, reorganized code to be able to avoid uninitialized variables
* Added example on how to use maps when returning dictionaries
* Made connection modal dismissable when connected to Neo4j
* Made fullscreen reports work for maps and lines, now optionally available through dashboard settings
* Fixed load dashboard functionality to automatically pick up the selection stored in the dashboard
* Added button for returning to main menu screen
* Fixed z-index for fullscreen mode
* Revert some changes and add more comments
* Resolved rendering issues when loading parameter selection reports with prepopulated parameters
* Show placeholder when no query is specified
* Reset extra parameters on page load for parameter select report
* Pass Parameter Select value via hash to iframe without re-rendering (#49)
* Pass Parameter Select value via hash to iframe without re-rendering
* Pass all global variables to iframe via hash parameter
Configurable via advanced settings on iframe chart.
* Added example iFrame to documentation modal
Co-authored-by: Niels de Jong <[email protected]>
* Cleanup of global dashboard settings menu
* Improved user interface and examples
* Graph modal (#51)
* Show modal when clicking node/relation in graph with its properties
* Made node property hover & inspection of elements optional through advanced report settings
Co-authored-by: Niels de Jong <[email protected]>
* Resolved bug in rendering graphs with node pairs that have relationships in two directions between them
* Added option to manually specify node labels/property names in selection reports (for large databases)
* Updated release notes
* Added debug report button. Fixed table size issues by upgrading to latest datagrid version
* Fixed custom column width issue
* Fixed example documentation with new styling
* Support rendering native and custom types in Data Grid (#54)
* Support rendering native and custom types in Data Grid
* Update TableChart.tsx
* Resolved error with slow queries for single value reports
* Graph nodes stick after dragging, added option to store fixed graph layouts in dashboards
* Added experimental graph layouts
Co-authored-by: JipSogeti <[email protected]>
Co-authored-by: Niels de Jong <[email protected]>
Copy file name to clipboardExpand all lines: public/embed-test.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
</head>
7
7
8
8
<body>
9
-
<p>I am an iFrame of the page located at <ahref="http://neodash.graphapp.io/embed-test.html" target="_blank">http://neodash.graphapp.io/embed-test.html</a></p>
9
+
<p>I am an iFrame of the page located at <ahref="https://neodash.graphapp.io/embed-test.html" target="_blank">https://neodash.graphapp.io/embed-test.html</a></p>
10
10
<p>I'm embedded directly into a dashboard, and dynamically passed the user-made parameter selections.</p>
11
11
<p>I will not refresh when selections are updated, but, I can see variables change.</p>
12
12
<p>You can use me to embed external visualizations that are updated together with other charts.</p>
0 commit comments