Installation¶
Yii-Chartist¶
The preferred way to install this package is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/yii-chartist
or add
"beastbytes/yii-chartist": "{{versionConstraint}}"
to the require section of your composer.json.
Chartist JavaScript¶
Install Chartist using your chosen package manager, e.g.
pnpm add chartist
yarn add chartist
or add chartist to the dependencies of your package.json.
"chartist": "{{version-constraint}}"