Disable live redraw to avoid continuous refresh of entries while changing range.

This commit is contained in:
Alexis Lahouze 2015-06-17 22:13:02 +02:00
parent 568cea855f
commit d1826334d5

View File

@ -133,6 +133,9 @@ accountantApp.controller(
shared: true, shared: true,
valueDecimals: 2, valueDecimals: 2,
valueSuffix: '€' valueSuffix: '€'
},
scrollbar: {
liveRedraw: false
} }
}, },
series: [{ series: [{