@oncojs/survivalplot
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -140,3 +140,3 @@ 'use strict'; | ||
}).classed('minor', true); | ||
gy.selectAll('text').attr('x', -30).attr('text-anchor', 'end'); | ||
gy.selectAll('text').attr('x', -5).style('text-anchor', 'end'); | ||
gy.append('svg:text').attr('class', 'axis-label').attr('text-anchor', 'middle').attr('transform', 'rotate(-90)').attr('y', -40).attr('x', -(axisHeight / 2)).text(yAxisLabel); | ||
@@ -143,0 +143,0 @@ |
@@ -128,4 +128,4 @@ import d3 from 'd3' | ||
gy.selectAll('text') | ||
.attr('x', -30) | ||
.attr('text-anchor', 'end') | ||
.attr('x', -5) | ||
.style('text-anchor', 'end'); | ||
gy.append('svg:text') | ||
@@ -132,0 +132,0 @@ .attr('class', 'axis-label') |
{ | ||
"name": "@oncojs/survivalplot", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"browser": true, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
0
18387