mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Removed animation, again [skip ci]
This commit is contained in:
parent
c6b4bceb67
commit
3424e019b5
@ -42,6 +42,7 @@ var defaultAreaOptions = {
|
|||||||
datasetStrokeWidth: 1,
|
datasetStrokeWidth: 1,
|
||||||
pointHitDetectionRadius: 5,
|
pointHitDetectionRadius: 5,
|
||||||
datasetFill: true,
|
datasetFill: true,
|
||||||
|
animation: false,
|
||||||
scaleFontSize: 10,
|
scaleFontSize: 10,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
scaleLabel: " <%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
scaleLabel: " <%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
||||||
@ -70,6 +71,7 @@ var defaultLineOptions = {
|
|||||||
pointDotRadius: 2,
|
pointDotRadius: 2,
|
||||||
datasetStrokeWidth: 1,
|
datasetStrokeWidth: 1,
|
||||||
pointHitDetectionRadius: 5,
|
pointHitDetectionRadius: 5,
|
||||||
|
animation: false,
|
||||||
datasetFill: false,
|
datasetFill: false,
|
||||||
scaleFontSize: 10,
|
scaleFontSize: 10,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
@ -87,6 +89,7 @@ var defaultColumnOptions = {
|
|||||||
datasetFill: false,
|
datasetFill: false,
|
||||||
scaleFontSize: 10,
|
scaleFontSize: 10,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
animation: false,
|
||||||
scaleLabel: "<%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
scaleLabel: "<%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
||||||
tooltipFillColor: "rgba(0,0,0,0.5)",
|
tooltipFillColor: "rgba(0,0,0,0.5)",
|
||||||
tooltipTemplate: "<%if (label){%><%=label%>: <%}%>" + currencySymbol + " <%= value %>",
|
tooltipTemplate: "<%if (label){%><%=label%>: <%}%>" + currencySymbol + " <%= value %>",
|
||||||
@ -99,6 +102,7 @@ var defaultStackedColumnOptions = {
|
|||||||
barStrokeWidth: 1,
|
barStrokeWidth: 1,
|
||||||
pointHitDetectionRadius: 5,
|
pointHitDetectionRadius: 5,
|
||||||
datasetFill: false,
|
datasetFill: false,
|
||||||
|
animation: false,
|
||||||
scaleFontSize: 10,
|
scaleFontSize: 10,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
scaleLabel: "<%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
scaleLabel: "<%= '" + currencySymbol + " ' + Number(value).toFixed(0).replace('.', ',') %>",
|
||||||
|
Loading…
Reference in New Issue
Block a user