We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547267b commit ccaca5cCopy full SHA for ccaca5c
redisinsight/ui/src/packages/redisgraph/src/Graph.tsx
@@ -45,7 +45,7 @@ export default function Graph(props: { graphKey: string, data: any[] }) {
45
let edgeIds = new Set(parsedResponse.edges.map(e => e.id))
46
47
if (nodeIds.size === 0 && parsedResponse.nodeIds.length === 0) {
48
- return <div className="responseFail">No vizualization data.</div>
+ return <div className="responseFail">No data to visualize. Switch to Text view to see raw information.</div>
49
}
50
51
let data = {
0 commit comments