d2-charts-api
Advanced tools
Comparing version 25.0.10 to 25.0.11
@@ -31,2 +31,6 @@ 'use strict'; | ||
var _highchartsExporting = require('highcharts-exporting'); | ||
var _highchartsExporting2 = _interopRequireDefault(_highchartsExporting); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -38,4 +42,5 @@ | ||
(0, _highchartsNoDataToDisplay2.default)(_highcharts2.default); | ||
(0, _highchartsExporting2.default)(_highcharts2.default); | ||
; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "d2-charts-api", | ||
"version": "25.0.10", | ||
"version": "25.0.11", | ||
"description": "DHIS2 charts api", | ||
@@ -15,6 +15,7 @@ "main": "index.html", | ||
"d3-color": "1.0.1", | ||
"highcharts": "5.0.7", | ||
"highcharts": "5.0.10", | ||
"highcharts-more": "0.1.2", | ||
"highcharts-solid-gauge": "0.1.2", | ||
"highcharts-no-data-to-display": "0.1.2" | ||
"highcharts-no-data-to-display": "0.1.2", | ||
"highcharts-exporting": "0.1.2" | ||
}, | ||
@@ -21,0 +22,0 @@ "devDependencies": { |
@@ -5,2 +5,3 @@ import H from 'highcharts'; | ||
import HNDTD from 'highcharts-no-data-to-display'; | ||
import HE from 'highcharts-exporting'; | ||
@@ -11,2 +12,3 @@ // apply | ||
HNDTD(H); | ||
HE(H); | ||
@@ -13,0 +15,0 @@ export default function (config, el) { |
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
155612
2348
7
+ Addedhighcharts-exporting@0.1.2
+ Addedhighcharts@5.0.10(transitive)
+ Addedhighcharts-exporting@0.1.2(transitive)
- Removedhighcharts@5.0.7(transitive)
Updatedhighcharts@5.0.10