@evercam/ui 0.0.52-beta.13 → 0.0.52-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -150,7 +150,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
150
150
|
yOffset: number;
|
|
151
151
|
type: string;
|
|
152
152
|
}): void;
|
|
153
|
-
onBarChartBarMouseOver(container: d3.Selection<SVGGElement, any, any, any>,
|
|
153
|
+
onBarChartBarMouseOver(container: d3.Selection<SVGGElement, any, any, any>, color: string): void;
|
|
154
154
|
onBarChartBarMouseOut(container: d3.Selection<SVGGElement, any, any, any>, eventType: string): void;
|
|
155
155
|
drawTextLabel({ gElement, yPosition, color, label, }: {
|
|
156
156
|
gElement: d3.Selection<SVGGElement, any, any, any>;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -319,7 +319,7 @@ export declare const components: {
|
|
|
319
319
|
yOffset: number;
|
|
320
320
|
type: string;
|
|
321
321
|
}): void;
|
|
322
|
-
onBarChartBarMouseOver(container: import("d3-selection").Selection<SVGGElement, any, any, any>,
|
|
322
|
+
onBarChartBarMouseOver(container: import("d3-selection").Selection<SVGGElement, any, any, any>, color: string): void;
|
|
323
323
|
onBarChartBarMouseOut(container: import("d3-selection").Selection<SVGGElement, any, any, any>, eventType: string): void;
|
|
324
324
|
drawTextLabel({ gElement, yPosition, color, label, }: {
|
|
325
325
|
gElement: import("d3-selection").Selection<SVGGElement, any, any, any>;
|
package/dist/web-types.json
CHANGED