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

d2-charts-api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-charts-api - npm Package Compare versions

Comparing version 28.0.3 to 29.0.0

package-lock.json

3

lib/config/adapters/dhis_highcharts/legend.js

@@ -21,3 +21,4 @@ 'use strict';

var DASHBOARD_ITEM_STYLE = {
fontSize: '10px'
fontSize: '11px',
fontWeight: 500
};

@@ -24,0 +25,0 @@

@@ -47,6 +47,6 @@ 'use strict';

// name
if (dashboard && (0, _isString2.default)(layout.name) && layout.name.length) {
return layout.name;
}
// name - REMOVED: APPS SHOULD HANDLE THIS
// if (dashboard && (isString(layout.name) && layout.name.length)) {
// return layout.name;
// }

@@ -53,0 +53,0 @@ // filters

{
"name": "d2-charts-api",
"version": "28.0.3",
"version": "29.0.0",
"description": "DHIS2 charts api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,4 @@ const DEFAULT_ITEM_STYLE = {

const DASHBOARD_ITEM_STYLE = {
fontSize: '10px'
fontSize: '11px',
fontWeight: 500
};

@@ -10,0 +11,0 @@

@@ -28,6 +28,6 @@ import isString from 'd2-utilizr/lib/isString';

// name
if (dashboard && (isString(layout.name) && layout.name.length)) {
return layout.name;
}
// name - REMOVED: APPS SHOULD HANDLE THIS
// if (dashboard && (isString(layout.name) && layout.name.length)) {
// return layout.name;
// }

@@ -34,0 +34,0 @@ // filters

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