eCharts version in Dashboard 2.0?

Hi fellow Dashboarders! :waving_hand:

I'm currently struggling with the tooltip window of a ui-chart (I'll start another thread for that) and so I was studying the eChars docs and stumbled upon the tooltip.valueFormatter.

There I learned that some features are available with different eCharts versions, e.g. 5.3.0 or 5.5.0.

So I was wondering: Which eCharts version is working behind the scenes of Dashboard 2.0 version 1.3.20 that I'm currently using? And how could I find out by myself?

Thanks a lot!
Stefan.

If you go into your .node-red folder and run
npm list echarts
then it should tell you which version it is. I see

tigger@1.0.0 /home/me/.node-red
└─┬ @flowfuse/node-red-dashboard@1.30.2 -> ./../nodes/node-red-dashboard
  └── echarts@6.0.0
1 Like

YES! Thank you!
For me, it says 6.0.0, too. :blush:
(This) case closed. :white_check_mark: