This is a package to allow use of chartist-axis-title plugin with mfpierre:chartist-js & Meteor
No CSS included
Also compatible with guihash:angular-chartist
meteor add jonaspm:chartist-axistitle
$scope.options = {
plugins: [
Chartist.plugins.ctAxisTitle({
// Write your settings here
})
]
};
Feel free to PR or report issues.
Documentation WIP
Based on the works made by mattiLeBlanc with mspi:chartistlegend