g-ui-web 1.4.70 → 1.4.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/lib/g-ui-web.js CHANGED
@@ -92176,7 +92176,7 @@ const ntt = (e, t) => {
92176
92176
  formatter: function(t) {
92177
92177
  var o;
92178
92178
  for (var n = t[0].name, r = 0, a = t.length; r < a; r++)
92179
- n += `<br/><span style="display:inline-block;margin-right:4px;border-radius:2px;width:10px;height:10px;background-color:${t[r].color};"></span>` + t[r].seriesName + " : " + vtt(t[r].value) + " " + gtt((o = e[r]) == null ? void 0 : o.unit);
92179
+ n += `<br/><span style="display:inline-block;margin-right:4px;border-radius:50%;width:10px;height:10px;border:2px solid ${t[r].color};"></span>` + t[r].seriesName + " : " + vtt(t[r].value) + " " + gtt((o = e[r]) == null ? void 0 : o.unit);
92180
92180
  return n;
92181
92181
  }
92182
92182
  },
Binary file