From 52c138ebf096d21fde2d860259f28487b08fa6ca Mon Sep 17 00:00:00 2001 From: Chris P Date: Sat, 21 Feb 2015 15:06:37 -0500 Subject: [PATCH 1/2] rm fullData, too --- plotly/widgets/graphWidget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plotly/widgets/graphWidget.js b/plotly/widgets/graphWidget.js index 635ef4f799..f9f40acda9 100644 --- a/plotly/widgets/graphWidget.js +++ b/plotly/widgets/graphWidget.js @@ -87,6 +87,7 @@ require(["widgets/js/widget"], function(WidgetManager){ if(message.type !== 'zoom') { for(var i in message.points) { delete message.points[i].data; + delete message.points[i].fullData; } } that.send({event: message.type, message: message, graphId: graphId}); From 79fd7ee062183f12413d1af6e8b08f2aed7a4fb6 Mon Sep 17 00:00:00 2001 From: Chris P Date: Sat, 21 Feb 2015 15:07:44 -0500 Subject: [PATCH 2/2] 1.6.8 - dont return fullData on widget events --- plotly/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/version.py b/plotly/version.py index 12ccbec34c..18b404d11f 100644 --- a/plotly/version.py +++ b/plotly/version.py @@ -1 +1 @@ -__version__ = '1.6.7' +__version__ = '1.6.8'