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

@carbon/charts

Package Overview
Dependencies
Maintainers
7
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/charts - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

<a name="0.5.4"></a>
## [0.5.4](https://github.com/IBM/carbon-charts/compare/v0.5.3...v0.5.4) (2018-10-16)
**Note:** Version bump only for package @carbon/charts
<a name="0.5.3"></a>

@@ -8,0 +17,0 @@ ## [0.5.3](https://github.com/IBM/carbon-charts/compare/v0.5.2...v0.5.3) (2018-10-15)

362

dist/src/configuration.d.ts

@@ -1,207 +0,205 @@

export declare namespace Configuration {
const options: {
BASE: any;
AXIS: any;
};
const charts: {
margin: {
export declare const options: {
BASE: any;
AXIS: any;
};
export declare const charts: {
margin: {
top: number;
bottom: number;
left: number;
right: number;
bar: {
top: number;
right: number;
bottom: number;
left: number;
};
line: {
top: number;
right: number;
bar: {
top: number;
right: number;
bottom: number;
left: number;
};
line: {
top: number;
right: number;
bottom: number;
left: number;
};
bottom: number;
left: number;
};
resetOpacity: {
opacity: number;
circle: {
fill: string;
};
outline: string;
};
reduceOpacity: {
opacity: number;
outline: string;
};
pointCircles: {
radius: number;
};
patternFills: {
width: number;
height: number;
};
widthBreak: number;
marginForLegendTop: number;
magicRatio: number;
magicMoreForY2Axis: number;
};
const scales: {
maxWidthOfAxisLabel: number;
maxNumOfAxisLabelLetters: number;
yAxisAngle: number;
xAxisAngle: number;
domain: {
color: string;
strokeWidth: number;
resetOpacity: {
opacity: number;
circle: {
fill: string;
};
dx: string;
label: {
dy: string;
};
tick: {
dy: string;
widthAdditionY: number;
widthAdditionY2: number;
heightAddition: number;
maxLetNum: number;
};
magicDy1: string;
magicY1: number;
magicX1: number;
y: {
numberOfTicks: number;
};
x: {
numberOfTicks: number;
padding: number;
};
y2: {
numberOfTicks: number;
};
outline: string;
};
const grid: {
strokeColor: string;
reduceOpacity: {
opacity: number;
outline: string;
};
const bars: {
mouseover: {
strokeWidth: number;
strokeOpacity: number;
};
mouseout: {
strokeWidth: number;
strokeWidthAccessible: number;
strokeOpacity: number;
};
default: {
strokeWidth: number;
};
spacing: {
bars: number;
datasets: number;
};
pointCircles: {
radius: number;
};
const lines: {
points: {
strokeWidth: number;
mouseover: {
strokeOpacity: number;
};
mouseout: {
strokeOpacity: number;
};
};
patternFills: {
width: number;
height: number;
};
const pie: {
minWidth: number;
maxWidth: number;
widthBreak: number;
marginForLegendTop: number;
magicRatio: number;
magicMoreForY2Axis: number;
};
export declare const scales: {
maxWidthOfAxisLabel: number;
maxNumOfAxisLabelLetters: number;
yAxisAngle: number;
xAxisAngle: number;
domain: {
color: string;
strokeWidth: number;
};
dx: string;
label: {
dy: string;
};
tick: {
dy: string;
widthAdditionY: number;
widthAdditionY2: number;
heightAddition: number;
maxLetNum: number;
};
magicDy1: string;
magicY1: number;
magicX1: number;
y: {
numberOfTicks: number;
};
x: {
numberOfTicks: number;
padding: number;
};
y2: {
numberOfTicks: number;
};
};
export declare const grid: {
strokeColor: string;
};
export declare const bars: {
mouseover: {
strokeWidth: number;
strokeOpacity: number;
};
mouseout: {
strokeWidth: number;
strokeWidthAccessible: number;
strokeOpacity: number;
};
default: {
strokeWidth: number;
};
spacing: {
bars: number;
datasets: number;
};
};
export declare const lines: {
points: {
strokeWidth: number;
mouseover: {
strokeWidth: number;
strokeOpacity: number;
};
mouseout: {
strokeWidth: number;
strokeOpacity: number;
};
sliceLimit: number;
label: {
dy: string;
margin: number;
other: string;
};
default: {
strokeWidth: number;
};
};
const donut: {
centerText: {
title: {
y: number;
};
breakpoint: number;
magicScaleRatio: number;
numberFontSize: number;
titleFontSize: number;
};
};
export declare const pie: {
minWidth: number;
maxWidth: number;
mouseover: {
strokeWidth: number;
strokeOpacity: number;
};
const legend: {
countBreak: number;
fontSize: number;
wrapperHeight: string;
widthTolerance: number;
hoverShadowSize: string;
hoverShadowTransparency: number;
margin: {
top: number;
};
active: {
borderColor: boolean;
borderStyle: boolean;
borderWidth: boolean;
};
inactive: {
backgroundColor: string;
borderStyle: string;
borderWidth: string;
};
items: {
status: {
ACTIVE: number;
DISABLED: number;
};
};
basedOn: {
SERIES: string;
LABELS: string;
};
mouseout: {
strokeWidth: number;
strokeOpacity: number;
};
const tooltip: {
width: number;
arrowWidth: number;
magicXPoint2: number;
magicTop1: number;
magicTop2: number;
magicLeft1: number;
magicLeft2: number;
fadeIn: {
duration: number;
};
fadeOut: {
duration: number;
};
sliceLimit: number;
label: {
dy: string;
margin: number;
other: string;
};
const transitions: {
default: {
duration: number;
default: {
strokeWidth: number;
};
};
export declare const donut: {
centerText: {
title: {
y: number;
};
breakpoint: number;
magicScaleRatio: number;
numberFontSize: number;
titleFontSize: number;
};
const selectors: {
OUTERSVG: string;
INNERWRAP: string;
CHARTWRAPPER: string;
TOOLTIP: string;
LEGEND_BTN: string;
pie: {
SLICE: string;
};
export declare const legend: {
countBreak: number;
fontSize: number;
wrapperHeight: string;
widthTolerance: number;
hoverShadowSize: string;
hoverShadowTransparency: number;
margin: {
top: number;
};
active: {
borderColor: boolean;
borderStyle: boolean;
borderWidth: boolean;
};
inactive: {
backgroundColor: string;
borderStyle: string;
borderWidth: string;
};
items: {
status: {
ACTIVE: number;
DISABLED: number;
};
};
}
basedOn: {
SERIES: string;
LABELS: string;
};
};
export declare const tooltip: {
width: number;
arrowWidth: number;
magicXPoint2: number;
magicTop1: number;
magicTop2: number;
magicLeft1: number;
magicLeft2: number;
fadeIn: {
duration: number;
};
fadeOut: {
duration: number;
};
};
export declare const transitions: {
default: {
duration: number;
};
};
export declare const selectors: {
OUTERSVG: string;
INNERWRAP: string;
CHARTWRAPPER: string;
TOOLTIP: string;
LEGEND_BTN: string;
pie: {
SLICE: string;
};
};

@@ -8,3 +8,4 @@ import { BaseChart } from "./base-chart";

import { ComboChart } from "./combo-chart";
declare const defaultColors: any;
import "./style.scss";
export { BaseChart, BaseAxisChart, PieChart, DonutChart, DonutCenter, BarChart, LineChart, ComboChart };
export { defaultColors, BaseChart, BaseAxisChart, PieChart, DonutChart, DonutCenter, BarChart, LineChart, ComboChart };
{
"name": "@carbon/charts",
"version": "0.5.3",
"version": "0.5.4",
"description": "Carbon charting components",

@@ -50,3 +50,3 @@ "files": [

"lerna": "3.0.0-rc.0",
"mini-css-extract-plugin": "^0.4.4",
"mini-css-extract-plugin": "0.4.4",
"node-sass": "4.9.3",

@@ -86,3 +86,3 @@ "postcss-loader": "2.0.8",

],
"gitHead": "3101243a761f0db11ca5cb040e3350fa7c08b0b7"
"gitHead": "384c0511d28ccbc0fdfd925278f2604a5c9b0153"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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