Author: sebb
Date: Thu Jun 12 15:51:53 2025
New Revision: 1926377

URL: http://svn.apache.org/viewvc?rev=1926377&view=rev
Log:
Ensure all points have tooltips

Modified:
    comdev/projects.apache.org/trunk/site/js/projects_echarts.js

Modified: comdev/projects.apache.org/trunk/site/js/projects_echarts.js
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/js/projects_echarts.js?rev=1926377&r1=1926376&r2=1926377&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects_echarts.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects_echarts.js Thu Jun 12 
15:51:53 2025
@@ -1248,6 +1248,7 @@ function renderCommitteeEvolution() {
             {
                 name: 'Current committees',
                 type: 'line',
+                showAllSymbol: true, // ensure all points have tooltips
                 itemStyle: {
                     opacity: 0 // don't want circles showing
                 },
@@ -1467,6 +1468,7 @@ function renderPodlingsEvolution(obj) {
             {
                 name: 'Current podlings',
                 type: 'line',
+                showAllSymbol: true, // ensure all points have tooltips
                 itemStyle: {
                     opacity: 0 // don't want circles showing
                 },


Reply via email to