Commit 3253a5ed authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix bug with changing chart's type

parent eeb1a1c2
......@@ -944,6 +944,7 @@
changeType: function (type) {
if(null === this.type){
this.putType(type);
return;
}
if (this.type === type) {
......
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