New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vap-visual

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap-visual - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

_components/Axis/XBandDrawer.js

@@ -82,3 +82,2 @@ "use strict";

XBandDrawer.prototype.draw = function (props, state) {
// logger.log(props,state)
var DATA = state.DATA, LAYOUT = state.LAYOUT, FormatLabel = state.FormatLabel;

@@ -93,2 +92,5 @@ var labelField = props.labelField;

x.tickSize(this.xAxis.tickWidth || 0);
if (this.xAxis.tickNumber) {
x.ticks(this.xAxis.tickNumber);
}
var xAxis = this.container.select('g._axis_x').call(x);

@@ -95,0 +97,0 @@ xAxis.selectAll("g.tick text").attr("x", 0).attr('y', 0);

@@ -336,3 +336,2 @@ "use strict";

if (field === void 0) { field = '_day'; }
console.log(start, end, format);
// 1 start , end

@@ -355,3 +354,2 @@ var _e = __read(d3.extent(data, function (item) { return item[labelField]; }), 2), dataStart = _e[0], dataEnd = _e[1];

var _g = __read([parser(_start), parser(_end)], 2), monthStart = _g[0], monthEnd = _g[1];
console.log(monthStart, monthEnd);
monthStart.setMilliseconds(0);

@@ -358,0 +356,0 @@ monthStart.setSeconds(0);

{
"name": "vap-visual",
"version": "1.0.2",
"version": "1.0.3",
"description": "vap-visual - A Visual FrameWork base on d3",

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

@@ -97,2 +97,4 @@ "use strict";

var event = _a.event, data = _a.data, i = _a.i, s = _a.s, x = _a.x, y = _a.y;
console.log('ITEM-HOVER');
console.log(event, data, i, s, x, y);
Loger_1.logger.debug("-------------------- DateTrend : Item : Hover --------------------");

@@ -238,3 +240,3 @@ var _b = this.state, LAYOUT = _b.LAYOUT, xAxis = _b.xAxis, yAxis = _b.yAxis, FormatLabel = _b.FormatLabel, FormatValue = _b.FormatValue;

SVG.on('mousemove', null).on('mouseout', null);
if (this.props.tip != null) {
if (this.props.tip !== null) {
SVG.on('mousemove', function (evt, _d) {

@@ -241,0 +243,0 @@ var event = getEvt(evt, _d).event;

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