d2-charts-api
Advanced tools
Comparing version 28.0.3 to 29.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
340678
122
4823