made points inside chart bigger
This commit is contained in:
@@ -119,6 +119,8 @@ Vue.component('tt-timeline-chart', {
|
|||||||
borderColor: dataset.color,
|
borderColor: dataset.color,
|
||||||
backgroundColor: dataset.fill ? dataset.color : 'transparent',
|
backgroundColor: dataset.fill ? dataset.color : 'transparent',
|
||||||
tension: 0.1,
|
tension: 0.1,
|
||||||
|
radius: 5,
|
||||||
|
hoverRadius: 8,
|
||||||
fill: dataset.fill,
|
fill: dataset.fill,
|
||||||
yAxisID: dataset.yAxisID,
|
yAxisID: dataset.yAxisID,
|
||||||
order: dataset.order || index
|
order: dataset.order || index
|
||||||
|
|||||||
Reference in New Issue
Block a user