@orbis-systems/orbis-chart-react
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -42,3 +42,3 @@ import React from 'react'; | ||
script.async = true; | ||
script.src = (_a = this.props.apiUrl) !== null && _a !== void 0 ? _a : 'https://charts.orbis.dev/js/chart.js'; | ||
script.src = (_a = this.props.apiUrl) !== null && _a !== void 0 ? _a : 'https://charts.orbis.dev/js/chart-axios.js'; | ||
script.onload = callback; | ||
@@ -45,0 +45,0 @@ document.getElementsByTagName('head')[0].appendChild(script); |
{ | ||
"name": "@orbis-systems/orbis-chart-react", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
61207