team-moeller / better-access-charts

Better charts for Access with chart.js
MIT License
38 stars 14 forks source link

Make properties for the font of the title available #99

Closed team-moeller closed 2 years ago

team-moeller commented 2 years ago

The documentation mentions the following font related properties:

team-moeller commented 2 years ago

Necessary code for the html string :

title: {
        fontFamily: 'Algerian',
    fontSize: 16 ,
    fontColor: 'rgb(255, 99, 132)',
    fontStyle: 'italic bold'
},
team-moeller commented 2 years ago

Released with version 2.21.05