Commit f9a8ddc0 authored by GoshaZotov's avatar GoshaZotov

changes into BubbleChart

parent 79212c99
......@@ -1881,7 +1881,7 @@ CChartsDrawer.prototype =
}
case AscDFH.historyitem_type_BubbleChart:
{
this.calcProp.type = c_oChartTypes.Scatter;
this.calcProp.type = c_oChartTypes.BubbleChart;
break;
}
}
......@@ -10564,7 +10564,7 @@ drawBubbleChart.prototype =
recalculate : function(chartsDrawer)
{
this.chartProp = chartProp.calcProp;
this.chartProp = chartsDrawer.calcProp;
this.cChartDrawer = chartsDrawer;
this.cChartSpace = chartsDrawer.cChartSpace;
this.paths = {};
......@@ -10574,7 +10574,7 @@ drawBubbleChart.prototype =
draw : function(chartsDrawer)
{
this.chartProp = chartProp.calcProp;
this.chartProp = chartsDrawer.calcProp;
this.cChartDrawer = chartsDrawer;
this.cChartSpace = chartsDrawer.cChartSpace;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment