FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Align Title / Subtitle to the left #469

Closed Bambicruz closed 7 years ago

Bambicruz commented 7 years ago

Seems like a fairly basic option but I cant align the Title / Subtitle to the left (instead of center). Any help?

Thanks!

lokapal commented 7 years ago

Just replace title/subtitle with CrossText. Fortunately we can do it unlike basic chart.js ;-)

FVANCOP commented 7 years ago

options have been added in the just published version. You can now align title, subtitle, footnote on the left or on the right.

see : https://github.com/FVANCOP/ChartNew.js/wiki/100_060_General_Layout#footnotealign, https://github.com/FVANCOP/ChartNew.js/wiki/100_060_General_Layout#graphsubtitlealign and https://github.com/FVANCOP/ChartNew.js/wiki/100_060_General_Layout#graphtitlealign .