d3-vx-helper
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -5,4 +5,4 @@ { | ||
"index.html": "/callmedadaxin/d3-helper/index.html", | ||
"precache-manifest.f006ff98422ee906939503c5dcc69cfb.js": "/callmedadaxin/d3-helper/precache-manifest.f006ff98422ee906939503c5dcc69cfb.js", | ||
"precache-manifest.4fcac5e5926a015ec0945103c762535c.js": "/callmedadaxin/d3-helper/precache-manifest.4fcac5e5926a015ec0945103c762535c.js", | ||
"service-worker.js": "/callmedadaxin/d3-helper/service-worker.js" | ||
} |
@@ -17,3 +17,3 @@ /** | ||
importScripts( | ||
"/callmedadaxin/d3-helper/precache-manifest.f006ff98422ee906939503c5dcc69cfb.js" | ||
"/callmedadaxin/d3-helper/precache-manifest.4fcac5e5926a015ec0945103c762535c.js" | ||
); | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "d3-vx-helper", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "d3 and vx helper for our team", | ||
@@ -5,0 +5,0 @@ "main": "build/static/js/main.js", |
@@ -13,3 +13,3 @@ import React, { Component } from "react"; | ||
import { curveMonotoneX } from "@vx/curve"; | ||
import { trend } from "./constant"; | ||
import { trend } from "../constant"; | ||
@@ -16,0 +16,0 @@ const x = (d) => new Date(d.date); |
@@ -20,2 +20,8 @@ import React from "react"; | ||
} = props; | ||
console.log( | ||
"%c===========begin=========", | ||
"background: #000; color: #bada55" | ||
); | ||
console.log("ds11", curve); | ||
console.log("%c===========end==========", "background: #000; color: #bada55"); | ||
return ( | ||
@@ -22,0 +28,0 @@ <Group className="area-graph"> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1139707
4078