stz-chart-maker 1.0.2 → 1.0.4

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.
package/dist/index.js CHANGED
@@ -358,7 +358,7 @@ const noDataPlugin = {
358
358
  ctx.textAlign = 'center';
359
359
  ctx.textBaseline = 'middle';
360
360
  ctx.font = '30px Arial';
361
- ctx.fillText('No data available', width / 2, height / 2);
361
+ ctx.fillText('No data', width / 2, height / 2);
362
362
  ctx.restore();
363
363
  }
364
364
  },