Forum Discussion
King_Jin
6 years agoNew Member
Chart made by Python, can't show tooltips
Hi, I am learning to use Python to draw some line/scatter chart in power BI. I can do it and the chart show correctly. but the issue is that when I move the mouse to the chart, there is no tooltip...
Greg_Deckler
6 years agoCommunity Champion
Write more Python. Sorry, not trying to be flippant, but you would have to write Python to display something like a tooltip in a Python visual. Same goes for R and SVG, except that you would use R and SVG respectively. Python, R and SVG visuals are just that, visuals that get rendered based upon the programming language. Power BI knows nothing about the actual visual rendered so it cannot possibly show a tooltip. That would be some kind of magic if it could.