Revision 2e6fe034
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
js/kivi.CustomerVendorTurnover.js | ||
---|---|---|
'rgba(255, 159, 64, 1)'
|
||
],
|
||
borderWidth: 1
|
||
},
|
||
{
|
||
label: kivi.t8('Overall Net.Turnover'),
|
||
data: data,
|
||
type: 'line',
|
||
backgroundColor: 'black',
|
||
}]
|
||
},
|
||
options: {
|
||
... | ... | |
},
|
||
parsing: {
|
||
xAxisKey: 'date_part',
|
||
yAxisKey: 'netamount'
|
||
yAxisKey: ['netamount', 'overall_netamount']
|
||
},
|
||
onClick: (e) => {
|
||
const canvasPosition = Chart.helpers.getRelativePosition(e, chart);
|
Auch abrufbar als: Unified diff
Umsatzstatistik-Chart mit Linie aller Umsätze zum Vergleichen