Socket
Socket
Sign inDemoInstall

echarts-wordcloud

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "echarts-wordcloud",
"version": "1.1.1",
"version": "1.1.2",
"description": "ECharts wordcloud extension based on wordcloud2.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -58,3 +58,2 @@ var echarts = require('echarts/lib/echarts');

ctx.putImageData(newImageData, 0, 0);
console.log(maskCanvas.toDataURL());
}

@@ -61,0 +60,0 @@

@@ -29,2 +29,3 @@ var echarts = require('echarts/lib/echarts');

text: text,
textBaseline: 'middle',
textFill: data.getItemVisual(dataIdx, 'color'),

@@ -47,3 +48,3 @@ fontSize: size

textEl,
echarts.graphic.setTextStyle({}, emphasisTextStyleModel, null, {forMerge: true})
echarts.graphic.setTextStyle({}, emphasisTextStyleModel, null, {forMerge: true}, true)
);

@@ -50,0 +51,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc