mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-11 16:50:09 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cae1be3893
@ -85,6 +85,11 @@ var chart_options = {
|
||||
}
|
||||
}
|
||||
},
|
||||
elements: {
|
||||
line: {
|
||||
tension: 0
|
||||
}
|
||||
},
|
||||
annotation: {
|
||||
annotations: [{
|
||||
type: "line",
|
||||
|
@ -33,11 +33,11 @@ class LineChart extends Stat {
|
||||
chart.data.datasets.push({
|
||||
calendar_id: calendar_id,
|
||||
label: label,
|
||||
backgroundColor: color,
|
||||
backgroundColor: color + '55',
|
||||
borderColor: color,
|
||||
data: dataset,
|
||||
labels: labels,
|
||||
fill: false,
|
||||
fill: true,
|
||||
});
|
||||
|
||||
chart.update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user