Reduce text spacing for smaller font.
This commit is contained in:
parent
6a3dfc6d6a
commit
3e92be6f61
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default {
|
||||||
.attr('data-text-class', 'fill-current font-bold')
|
.attr('data-text-class', 'fill-current font-bold')
|
||||||
.attr('data-text-transform', transform(so.at.shift(-90 - so.rotation, shift * so.scale)))
|
.attr('data-text-transform', transform(so.at.shift(-90 - so.rotation, shift * so.scale)))
|
||||||
}
|
}
|
||||||
shift += 8
|
shift += 6
|
||||||
const dateformat = require('dateformat')
|
const dateformat = require('dateformat')
|
||||||
const now = new Date()
|
const now = new Date()
|
||||||
this.points[`_${prefix}_exportDate`] = so.at
|
this.points[`_${prefix}_exportDate`] = so.at
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue