@nightingale-elements/nightingale-linegraph-track
Advanced tools
Comparing version 4.3.0-4.4.0-alpha.0.0 to 4.4.0-alpha.0
import NightingaleLineGraphTrack from "./nightingale-linegraph-track"; | ||
export type { LineData, LineValue } from "./nightingale-linegraph-track"; | ||
export default NightingaleLineGraphTrack; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,7 +6,7 @@ import { ScaleLinear, CurveFactory, Area, Line } from "d3"; | ||
}; | ||
type LineValue = { | ||
export type LineValue = { | ||
position: number; | ||
value: number; | ||
}; | ||
type LineData = { | ||
export type LineData = { | ||
name: string; | ||
@@ -13,0 +13,0 @@ range: number[]; |
{ | ||
"name": "@nightingale-elements/nightingale-linegraph-track", | ||
"description": "Nightingale Line Graph", | ||
"version": "4.3.0-4.4.0-alpha.0.0", | ||
"version": "4.4.0-alpha.0", | ||
"files": [ | ||
@@ -35,6 +35,6 @@ "dist", | ||
"dependencies": { | ||
"@nightingale-elements/nightingale-new-core": "^4.3.0-4.4.0-alpha.0.0", | ||
"@nightingale-elements/nightingale-new-core": "^4.4.0-alpha.0", | ||
"d3": "7.8.5" | ||
}, | ||
"gitHead": "cf26b5f2042eedb559f1ea7136e095414c1f4eca" | ||
"gitHead": "e05ae0a5ce4b19182c58895857d2b3ff1a12946f" | ||
} |
import NightingaleLineGraphTrack from "./nightingale-linegraph-track"; | ||
export type { LineData, LineValue } from "./nightingale-linegraph-track"; | ||
export default NightingaleLineGraphTrack; |
@@ -52,7 +52,7 @@ import { customElement, property } from "lit/decorators.js"; | ||
type LineValue = { | ||
export type LineValue = { | ||
position: number; | ||
value: number; | ||
}; | ||
type LineData = { | ||
export type LineData = { | ||
name: string; | ||
@@ -59,0 +59,0 @@ range: number[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
434358
747