react-jsx-highcharts
Advanced tools
Comparing version 1.3.4-pre.1 to 1.3.4-pre.2
{ | ||
"name": "react-jsx-highcharts", | ||
"version": "1.3.4-pre.1", | ||
"version": "1.3.4-pre.2", | ||
"description": "Highcharts charts built using React components", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-jsx-highcharts.min.js", |
@@ -74,3 +74,3 @@ import React, { Component } from 'react'; | ||
if (this.chart) { // Fixes #14 | ||
this.chart.destroy(); | ||
window.setTimeout(this.chart.destroy.bind(this.chart), 1); | ||
this.chart.__destroyed = true; | ||
@@ -77,0 +77,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
537805