UNPKG

@petkoneo/phaser3-rex-plugins

Version:
8 lines 166 B
var UpdateChart = function () { if (this.chart === undefined) { return this; } this.chart.update(); return this; } export default UpdateChart;