Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rfx-cartesian-chart

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfx-cartesian-chart - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

esm2020/lib/components/cartesian-graph/cartesian-graph.component.mjs

7

lib/components/cartesian-graph/cartesian-graph.component.d.ts

@@ -10,2 +10,3 @@ import { ElementRef, OnChanges, OnInit, Renderer2 } from '@angular/core';

fontFamily: string;
fontSizePx: number;
canvasWidthPx: number;

@@ -35,2 +36,6 @@ canvasHeightPx: number;

zeroLineDash: [number, number];
topMarginPx: number;
leftMarginPx: number;
rightMarginPx: number;
bottomMarginPx: number;
overlays: ElementRef<HTMLCanvasElement> | undefined;

@@ -85,3 +90,3 @@ canvas: ElementRef<HTMLCanvasElement> | undefined;

static ɵfac: i0.ɵɵFactoryDeclaration<CartesianGraphComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CartesianGraphComponent, "lib-rfx-cartesian-chart", never, { "labelNoData": "labelNoData"; "labelLoading": "labelLoading"; "isLoading": "isLoading"; "fontFamily": "fontFamily"; "canvasWidthPx": "canvasWidthPx"; "canvasHeightPx": "canvasHeightPx"; "cartesianValues": "cartesianValues"; "gridColor": "gridColor"; "gridWidth": "gridWidth"; "axesColor": "axesColor"; "axesWidth": "axesWidth"; "crosshairColor": "crosshairColor"; "crosshairWidth": "crosshairWidth"; "xAxisPointsCount": "xAxisPointsCount"; "yAxisPointsCount": "yAxisPointsCount"; "isCrosshairEnabled": "isCrosshairEnabled"; "yTopPaddingPercentage": "yTopPaddingPercentage"; "yBottomPaddingPercentage": "yBottomPaddingPercentage"; "xAxisLabelPrecision": "xAxisLabelPrecision"; "yAxisLabelPrecision": "yAxisLabelPrecision"; "xCrosshairLabelPrecision": "xCrosshairLabelPrecision"; "yCrosshairLabelPrecision": "yCrosshairLabelPrecision"; "pointRadius": "pointRadius"; "highlightZeroLine": "highlightZeroLine"; "zeroLineWidth": "zeroLineWidth"; "zeroLineColor": "zeroLineColor"; "zeroLineOpacity": "zeroLineOpacity"; "zeroLineDash": "zeroLineDash"; }, {}, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CartesianGraphComponent, "lib-rfx-cartesian-chart", never, { "labelNoData": "labelNoData"; "labelLoading": "labelLoading"; "isLoading": "isLoading"; "fontFamily": "fontFamily"; "fontSizePx": "fontSizePx"; "canvasWidthPx": "canvasWidthPx"; "canvasHeightPx": "canvasHeightPx"; "cartesianValues": "cartesianValues"; "gridColor": "gridColor"; "gridWidth": "gridWidth"; "axesColor": "axesColor"; "axesWidth": "axesWidth"; "crosshairColor": "crosshairColor"; "crosshairWidth": "crosshairWidth"; "xAxisPointsCount": "xAxisPointsCount"; "yAxisPointsCount": "yAxisPointsCount"; "isCrosshairEnabled": "isCrosshairEnabled"; "yTopPaddingPercentage": "yTopPaddingPercentage"; "yBottomPaddingPercentage": "yBottomPaddingPercentage"; "xAxisLabelPrecision": "xAxisLabelPrecision"; "yAxisLabelPrecision": "yAxisLabelPrecision"; "xCrosshairLabelPrecision": "xCrosshairLabelPrecision"; "yCrosshairLabelPrecision": "yCrosshairLabelPrecision"; "pointRadius": "pointRadius"; "highlightZeroLine": "highlightZeroLine"; "zeroLineWidth": "zeroLineWidth"; "zeroLineColor": "zeroLineColor"; "zeroLineOpacity": "zeroLineOpacity"; "zeroLineDash": "zeroLineDash"; "topMarginPx": "topMarginPx"; "leftMarginPx": "leftMarginPx"; "rightMarginPx": "rightMarginPx"; "bottomMarginPx": "bottomMarginPx"; }, {}, never, never>;
}

25

package.json
{
"name": "rfx-cartesian-chart",
"version": "0.2.0",
"version": "0.3.0",
"peerDependencies": {

@@ -12,9 +12,22 @@ "@angular/common": "^8.0.0",

},
"main": "bundles/rfx-cartesian-chart.umd.js",
"module": "fesm2015/rfx-cartesian-chart.js",
"es2015": "fesm2015/rfx-cartesian-chart.js",
"esm2015": "esm2015/rfx-cartesian-chart.js",
"fesm2015": "fesm2015/rfx-cartesian-chart.js",
"module": "fesm2015/rfx-cartesian-chart.mjs",
"es2020": "fesm2020/rfx-cartesian-chart.mjs",
"esm2020": "esm2020/rfx-cartesian-chart.mjs",
"fesm2020": "fesm2020/rfx-cartesian-chart.mjs",
"fesm2015": "fesm2015/rfx-cartesian-chart.mjs",
"typings": "rfx-cartesian-chart.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./rfx-cartesian-chart.d.ts",
"esm2020": "./esm2020/rfx-cartesian-chart.mjs",
"es2020": "./fesm2020/rfx-cartesian-chart.mjs",
"es2015": "./fesm2015/rfx-cartesian-chart.mjs",
"node": "./fesm2015/rfx-cartesian-chart.mjs",
"default": "./fesm2020/rfx-cartesian-chart.mjs"
}
},
"sideEffects": false
}
# RfxCartesianChart
TODO
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