frappe-charts
Advanced tools
Comparing version 2.0.0-rc2 to 2.0.0-rc3
{ | ||
"name": "frappe-charts", | ||
"version": "2.0.0-rc2", | ||
"version": "2.0.0-rc3", | ||
"main": "src/js/chart.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/frappe-charts.esm.js", |
@@ -6,3 +6,3 @@ import * as Charts from './chart'; | ||
frappe.NAME = 'Frappe Charts'; | ||
frappe.VERSION = '2.0.0-rc2'; | ||
frappe.VERSION = '2.0.0-rc3'; | ||
@@ -9,0 +9,0 @@ frappe = Object.assign({ }, frappe, Charts); |
@@ -280,3 +280,3 @@ import { getBarHeightAndYAttr, truncateString, shortenLargeNumber, getSplineCurvePointsStr } from './draw-utils'; | ||
let dy = options.dy !== undefined ? options.dy : (fontSize / 2); | ||
let fill = options.fill || FONT_FILL; | ||
let fill = options.fill || "var(--charts-label-color)"; | ||
let textAnchor = options.textAnchor || 'start'; | ||
@@ -283,0 +283,0 @@ return createSVG('text', { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
902083