|
1 | | -## NeoDash 2.0 (Stable) |
| 1 | +## NeoDash 2.0 (stable) |
2 | 2 |
|
| 3 | +**New & Improved Dashboard Editor** |
3 | 4 | - Added new Cypher editor with syntax highlighting / live syntax validation. |
4 | 5 | - Redesigned Cypher query runner to be 2x more performant. |
5 | 6 | - Easy custom styling of reports with the "advanced report settings" window. |
6 | | -- New table view with post-query sorting and filtering, and highlighting of native Neo4j types. |
7 | | -- Updated graph visualization library to a canvas-based renderer, handling 4x larger graphs. |
8 | | -- Added custom node/relationship styling with custom colors, width, and font-size. |
9 | | -- New bar/line chart visualizations based on @adam.cowley Charts. |
10 | | -- Added support for multi-line charts, stacked/grouped bar charts. |
11 | | -- Added custom styling options to map visualizations. |
12 | | -- Added single value report. |
13 | | -- Improved property selection report. |
14 | 7 | - Added in-built documentation with example queries and visualizations. |
15 | 8 | - Updated dashboard layout to better use screen real estate. |
16 | | -- Added setting to turn entire dashboard into 'Presentation mode'. |
| 9 | + |
| 10 | +**Visualizations** |
| 11 | +- Table View |
| 12 | + - New table view with post-query sorting and filtering, and highlighting of native Neo4j types. |
| 13 | + - Fixed array property display in table reports. |
| 14 | + - Added automatic link generation from URL properties in the table report. |
| 15 | +- Graph View |
| 16 | + - Updated graph visualization library to a canvas-based renderer, handling 4x larger graphs. |
| 17 | + - Added custom node/relationship styling with custom colors, width, and font-size. |
| 18 | + - Better property display on graph visualization hover. |
| 19 | +- Bar/Line Chart |
| 20 | + - New bar/line chart visualizations based on the Charts graph app. |
| 21 | + - Added support for multi-line charts, stacked/grouped bar charts. |
| 22 | + - Added log scale + explicit limit setting to bar/line charts. |
| 23 | + - Line chart hover values are no longer rounded and incorrectly stacked. |
| 24 | +- Map View |
| 25 | + - Added custom styling options to map visualizations. |
| 26 | + - Added dictionary-based point property rendering on maps. |
| 27 | + - Stability improvement of map views for offline deployments. |
| 28 | +- Single Value Report |
| 29 | + - Improved single value report. |
| 30 | + - Custom styling (text alignment) of single value reports. |
| 31 | +- Property Selection: |
| 32 | + - Improved property selection documentation. |
| 33 | + - Added optional "clear parameter" setting to parameter selection report. |
| 34 | + - property selector now uses the filter to gather more results. |
| 35 | + |
| 36 | +**Saving, loading and sharing** |
| 37 | +- Added setting to turn entire dashboard into 'Standalone mode' from a share link. |
17 | 38 | - Added option to save/load dashboards from both files and text. |
18 | 39 | - New "Try a demo" button on the welcome screen. |
19 | | -- Added "Share as standalone dashboard" feature to share window. |
20 | | -- Added more examples to the documentation modal. |
21 | 40 | - added save/load to Neo4j database feature. |
22 | | -- Added log scale + explicit limit setting to bar/line charts. |
23 | | -- Added optional "clear parameter" setting to parameter selection report. |
24 | 41 | - Auto-convert older versions of NeoDash on load. |
25 | | -- Added dictionary-based point property rendering on maps. |
26 | | -- Added Dashboard sharing feature. |
27 | | -- Custom styling (text alignment) of single value reports. |
28 | | -- property selector now uses the filter to gather more results. |
29 | | -- Fixed array display in table reports. |
30 | | -- Better property display on graph visualization hover. |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
0 commit comments