tuimon 0.3.29 → 0.3.30

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.
@@ -164,7 +164,7 @@ export function generateJs(layout, t) {
164
164
  return (data.labels || []).map(function(label, i) {
165
165
  var value = (data.datasets[0] && data.datasets[0].data[i]) || 0;
166
166
  var bg = (data.datasets[0] && data.datasets[0].backgroundColor[i]) || '#888';
167
- return { text: label + ' (' + value + ')', fillStyle: bg, strokeStyle: bg, lineWidth: 0, hidden: false, index: i };
167
+ return { text: label + ' (' + value + ')', fillStyle: bg, strokeStyle: bg, lineWidth: 0, hidden: false, index: i, color: theme.text };
168
168
  });
169
169
  }
170
170
  } } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuimon",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "Render beautiful HTML dashboards directly in your terminal.",
5
5
  "type": "module",
6
6
  "bin": {