Skip to content

Commit 4712938

Browse files
committed
Merge branch 'patch-1' of git://github.com/pompiamp/angular-fusioncharts into pompiamp-patch-1
# Conflicts: # src/angular-fusioncharts.js
2 parents 36e0832 + fc64e67 commit 4712938

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)