How to plot charts for database queries - can't find Show chart button
Answered
Based on the documentation I can: To visualize your data, click Show Chart on the data editor toolbar.
I can't find this in my SQL result view, I've tried searching for it and it never shows up anywhere, how do I access this functionality?

I am using PostgreSQL with:
IntelliJ IDEA 2023.2.7 (Ultimate Edition)
Build #IU-232.10319.17, built on June 6, 2024
Runtime version: 17.0.10+7-b1000.50 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.13.0-52-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 12288M
Cores: 12
Registry:
debugger.watches.in.variables=false
Non-Bundled Plugins:
org.rust.lang (0.4.191.5293-231)
org.jetbrains.plugins.go-template (232.8660.88)
com.intellij.kubernetes (232.10203.2)
com.jetbrains.packagesearch.intellij-plugin (232.10000.8)
com.dmarcotte.handlebars (232.8660.88)
Pythonid (232.10300.40)
izhangzhihao.rainbow.brackets (2023.3.7)
ru.adelf.idea.dotenv (2024.1)
mobi.hsz.idea.gitignore (4.5.2)
com.tjhelmuth.postgres-explain-visualizer (1.10)
io.ktor.intellij.plugin (1.4.3.1)
Kotlin: 232-1.9.0-IJ10319.17
Current Desktop: ubuntu:GNOME
Please sign in to leave a comment.
It looks like this feature is available from IntelliJ 2023.3 version: https://www.jetbrains.com/help/idea/2023.3/tables-view-data.html#plot_a_chart. It is not documented for 2023.2 relaese, which you are using.
Could you try to update or install the latest release - 2024.1.3: https://www.jetbrains.com/idea/download and check if the option is accessible?
Thanks for the obvious suggestion, I swear I thought my IDE was set to auto-update, but looks like I was quite behind :) Thanks, that solved my issue!