1
0
Fork 0

Changed timestamp CSS class and fixed documentation.

This commit is contained in:
Benjamin F 2022-08-04 10:16:30 -07:00
parent 9de3af90d7
commit 6a3dfc6d6a
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ export default {
this.points[`_${prefix}_exportDate`] = so.at
.shift(-90 - so.rotation, shift * so.scale)
.attr('data-text', dateformat(now, 'yyyymmdd"T"HHMMo'))
.attr('data-text-class', 'fill-note')
.attr('data-text-class', 'text-sm')
.attr('data-text-transform', transform(so.at.shift(-90 - so.rotation, shift * so.scale)))
},
},