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.9.3 to 0.9.4

11

CHANGELOG.md

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

## [0.9.4](https://github.com/IBM/carbon-charts/compare/v0.9.3...v0.9.4) (2019-02-16)
### Bug Fixes
* **$browser:** Fix duplication of titles during title resize ([4698efd](https://github.com/IBM/carbon-charts/commit/4698efd))
## [0.9.3](https://github.com/IBM/carbon-charts/compare/v0.9.2...v0.9.3) (2019-02-15)

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

3

dist/demo/demo-data/bar.d.ts

@@ -15,2 +15,3 @@ export declare const groupedBarData: {

y: {
title: string;
formatter: (axisValue: any) => string;

@@ -48,2 +49,3 @@ yMaxAdjuster: (yMaxValue: any) => number;

y: {
title: string;
formatter: (axisValue: any) => string;

@@ -72,2 +74,3 @@ yMaxAdjuster: (yMaxValue: any) => number;

y: {
title: string;
formatter: (axisValue: any) => string;

@@ -74,0 +77,0 @@ yMaxAdjuster: (yMaxValue: any) => number;

@@ -16,2 +16,3 @@ export declare const curvedLineData: {

y: {
title: string;
yMaxAdjuster: (yMax: any) => number;

@@ -49,2 +50,3 @@ yMinAdjuster: (yMin: any) => number;

y: {
title: string;
yMaxAdjuster: (yMax: any) => number;

@@ -51,0 +53,0 @@ yMinAdjuster: (yMin: any) => number;

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

repositionXAxisTitle(): void;
repositionYAxisTitle(): void;
getYMax(): any;

@@ -32,0 +33,0 @@ getYMin(): any;

4

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

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

],
"gitHead": "25caf4935fc43c23c3f468df0f4cb23c07c55aa1"
"gitHead": "214823ff7ea4644758f7f64bf52034b3c2e3bc59"
}

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