Skip to content

Commit 74707b2

Browse files
committed
Merge branch 'pompiamp-patch-1'
2 parents 36e0832 + 4712938 commit 74707b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/angular-fusioncharts.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,15 @@
300300
}
301301
}
302302
},
303+
'type': {
304+
ifExist: false,
305+
observer: function (newVal) {
306+
if (newVal) {
307+
chartConfigObject.type = newVal;
308+
createFCChart();
309+
}
310+
}
311+
},
303312
'config': {
304313
ifExist: false,
305314
observer: function (newVal) {

0 commit comments

Comments
 (0)