Merge branch 'dashboard-chart-edit' into 'master'

made points inside chart bigger

See merge request fronk/thetool!886
This commit is contained in:
Luca Haid
2025-01-13 10:32:01 +00:00

View File

@@ -119,6 +119,8 @@ Vue.component('tt-timeline-chart', {
borderColor: dataset.color,
backgroundColor: dataset.fill ? dataset.color : 'transparent',
tension: 0.1,
radius: 5,
hoverRadius: 8,
fill: dataset.fill,
yAxisID: dataset.yAxisID,
order: dataset.order || index