@millistream/millistream-widgets 1.0.20 → 1.0.21

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.
@@ -2242,7 +2242,7 @@ function Milli_Chart(settings) {
2242
2242
  if (typeof m_chartCss.backgroundColor !== 'undefined') {
2243
2243
  m_ctx.save();
2244
2244
  if (_this.settings.curveOnTop == false)
2245
- m_ctx.globalCompositeOperation = 'destination-over'
2245
+ m_ctx.globalCompositeOperation = 'destination-over';
2246
2246
  m_ctx.fillStyle = m_chartCss.backgroundColor;
2247
2247
 
2248
2248
  m_ctx.fillRect(0, 0, m_canvas.width, m_canvas.height);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {