Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fishawack/lab-d3 - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

1

_Build/content.json

@@ -17,3 +17,2 @@ {

"location": "/home/fishawack/demo.fishawack.solutions/Lab/",
"loginType": "bootstrap",
"subDir": "D3",

@@ -20,0 +19,0 @@ "ssh": "vidaHost-fishawack"

16

_Build/js/base.js

@@ -157,2 +157,18 @@ (function (root, factory) {

},
reset: function(sync){
var original = this.store.data;
this.data([])
.renderSync()
.att({
chockData: true
})
.data(original)
.renderSync()
.att({
chockData: false
});
return this;
},
destroy: function(){

@@ -159,0 +175,0 @@ this.store.chart.classed(this.store.name, false)

@@ -112,6 +112,3 @@ (function (root, factory) {

}
},
function(d, i, _){
return att.chockData;
}
}
],

@@ -118,0 +115,0 @@ [

@@ -254,2 +254,13 @@ (function (root, factory) {

},
chockValues: function(data){
if(this.findKey(data, 'values')){
for(var i = data.length; i--;){
this.chockValues(data[i].values);
}
} else {
for(i = data.length; i--;){
data[i].value = null;
}
}
},
flattenValues: function(data, levels){

@@ -256,0 +267,0 @@ if(!this.findKey(data, 'values')){

{
"name": "@fishawack/lab-d3",
"version": "2.0.1",
"version": "2.0.2",
"description": "Abstract layer built on top of d3",

@@ -5,0 +5,0 @@ "vars": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc