frappe-charts
Advanced tools
Comparing version 2.0.0-rc4 to 2.0.0-rc5
{ | ||
"name": "frappe-charts", | ||
"version": "2.0.0-rc4", | ||
"version": "2.0.0-rc5", | ||
"main": "src/js/chart.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/frappe-charts.esm.js", |
import BaseChart from './BaseChart'; | ||
import { legendDot } from '../utils/draw'; | ||
import { round } from '../utils/helpers'; | ||
@@ -4,0 +5,0 @@ export default class AggregationChart extends BaseChart { |
@@ -115,3 +115,3 @@ import BaseChart from './BaseChart'; | ||
return { | ||
name: d.name && d.name.replace(/<|>|&/g, (char) => char == '&' ? '&' : char == '<' ? '<' : '>'), | ||
name: d.name.replace(/<|>|&/g, (char) => char == '&' ? '&' : char == '<' ? '<' : '>'), | ||
index: i, | ||
@@ -118,0 +118,0 @@ chartType: d.chartType, |
import * as Charts from './chart'; | ||
let frappe = {}; | ||
let frappe = { }; | ||
frappe.NAME = 'Frappe Charts'; | ||
frappe.VERSION = '2.0.0-rc4'; | ||
frappe.NAME = 'Frappe Charts'; | ||
frappe.VERSION = '2.0.0-rc5'; | ||
frappe = Object.assign({}, frappe, Charts); | ||
frappe = Object.assign({ }, frappe, Charts); | ||
export default frappe; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
896094
38
1