Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 570 Bytes

meteor-chartist-axistitle

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

Usage

meteor add jonaspm:chartist-axistitle

Example

$scope.options = {
	plugins: [
			Chartist.plugins.ctAxisTitle({
			// Write your settings here
			})
	]
};

Contributing

Feel free to PR or report issues.

Documentation WIP

Based on the works made by mattiLeBlanc with mspi:chartistlegend