Socket
Socket
Sign inDemoInstall

@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.7.8 to 0.7.9

11

CHANGELOG.md

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

## [0.7.9](https://github.com/IBM/carbon-charts/compare/v0.7.8...v0.7.9) (2018-11-22)
### Bug Fixes
* **core:** Use a minimum size for all charts, and use resizeObserver rather than requestAnimationFra ([462c2d6](https://github.com/IBM/carbon-charts/commit/462c2d6))
## [0.7.8](https://github.com/IBM/carbon-charts/compare/v0.7.7...v0.7.8) (2018-11-22)

@@ -8,0 +19,0 @@

6

dist/src/configuration.d.ts

@@ -42,2 +42,3 @@ export declare const options: {

};
minWidth: number;
widthBreak: number;

@@ -47,2 +48,6 @@ marginForLegendTop: number;

magicMoreForY2Axis: number;
axisCharts: {
minWidth: number;
minHeight: number;
};
};

@@ -126,3 +131,2 @@ export declare const scales: {

export declare const pie: {
minWidth: number;
maxWidth: number;

@@ -129,0 +133,0 @@ mouseover: {

7

package.json
{
"name": "@carbon/charts",
"version": "0.7.8",
"version": "0.7.9",
"description": "Carbon charting components",

@@ -30,2 +30,5 @@ "files": [

"license": "Apache-2.0",
"dependencies": {
"resize-observer-polyfill": "1.5.0"
},
"peerDependencies": {

@@ -88,3 +91,3 @@ "d3": ">=4.11.0 <=5.7.0"

],
"gitHead": "fddf529dc0a675fe4e8a9abc564dd77d0775b1ca"
"gitHead": "429bd0f5228f1f28d35e3afaa0b997bda6f79054"
}

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