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

@elastic/charts

Package Overview
Dependencies
Maintainers
60
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/charts - npm Package Compare versions

Comparing version 8.1.3 to 8.1.4

20

CHANGELOG.md

@@ -0,1 +1,8 @@

## [8.1.4](https://github.com/elastic/elastic-charts/compare/v8.1.3...v8.1.4) (2019-08-01)
### Bug Fixes
* **theme:** restore original point radius values ([#276](https://github.com/elastic/elastic-charts/issues/276)) ([16f789a](https://github.com/elastic/elastic-charts/commit/16f789a))
## [8.1.3](https://github.com/elastic/elastic-charts/compare/v8.1.2...v8.1.3) (2019-07-30)

@@ -61,15 +68,2 @@

* fix: no unused locals error on theme
* fix: avoid key prop override by spread operator
* test: increase test coverage on PR changes
* fix: fontSize is now always a number
* test: increase coverage for rendendering
* refactor(story): simplify theme merging on `with value label` story
* refactor: removed mergeWithDefaultTheme
* **legend:** the `onLegendItemClick` click handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.

@@ -76,0 +70,0 @@

@@ -16,3 +16,4 @@ "use strict";

visible: true,
strokeWidth: 0,
strokeWidth: 0.5,
fill: 'white',
radius: 1,

@@ -25,12 +26,13 @@ opacity: 1,

visible: true,
opacity: 1,
opacity: 0.8,
},
line: {
visible: true,
strokeWidth: 1,
strokeWidth: 1.5,
opacity: 1,
},
point: {
visible: true,
strokeWidth: 0,
visible: false,
fill: 'white',
strokeWidth: 0.5,
radius: 1,

@@ -37,0 +39,0 @@ opacity: 1,

@@ -16,4 +16,5 @@ "use strict";

visible: true,
strokeWidth: 0,
radius: 4,
strokeWidth: 0.5,
fill: 'white',
radius: 1,
opacity: 1,

@@ -25,13 +26,14 @@ },

visible: true,
opacity: 1,
opacity: 0.8,
},
line: {
visible: true,
strokeWidth: 1,
strokeWidth: 1.5,
opacity: 1,
},
point: {
visible: true,
strokeWidth: 0,
radius: 4,
visible: false,
fill: 'white',
strokeWidth: 0.5,
radius: 1,
opacity: 1,

@@ -38,0 +40,0 @@ },

{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "8.1.3",
"version": "8.1.4",
"author": "Marco Vettorello <marco.vettorello@elastic.co>",

@@ -48,11 +48,11 @@ "license": "Apache-2.0",

"@babel/polyfill": "^7.4.4",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@elastic/eui": "^12.3.1",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@elastic/eui": "^13.1.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.2.0",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.2",
"@semantic-release/npm": "^5.1.13",
"@semantic-release/release-notes-generator": "^7.2.1",
"@storybook/addon-actions": "^5.1.9",

@@ -83,5 +83,5 @@ "@storybook/addon-info": "^5.1.9",

"canvas": "^2.4.1",
"commitizen": "^3.0.7",
"commitizen": "^4.0.3",
"css-loader": "^2.1.0",
"cz-conventional-changelog": "^2.1.0",
"cz-conventional-changelog": "^3.0.2",
"d3-random": "^1.1.2",

@@ -106,3 +106,3 @@ "enzyme": "^3.9.0",

"sass-loader": "^7.1.0",
"semantic-release": "^15.13.3",
"semantic-release": "^15.13.19",
"style-loader": "^0.23.1",

@@ -109,0 +109,0 @@ "ts-jest": "^24.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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