Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
41
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

4

_Build/js/chart.js

@@ -580,5 +580,7 @@ (function (root, factory) {

var tempHeight = Shared.textHeight(chart, att.label[scale], local[(scale === 'x') ? 'width' : 'height']);
if(scale === 'x'){
select.call(Shared.wrap, local.width)
.attr("transform", "translate(" + (local.margin.left + (local.width * 0.5)) + ", " + (att.axis.x.flip ? 0 : (local.height + local.margin.top + local.margin.bottom - local.textHeight)) + ")");
.attr("transform", "translate(" + (local.margin.left + (local.width * 0.5)) + ", " + (att.axis.x.flip ? 0 : (local.height + local.margin.top + local.margin.bottom - tempHeight)) + ")");
} else {

@@ -585,0 +587,0 @@ select.call(Shared.wrap, local.height)

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc