FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

format money added #439

Closed FVANCOP closed 8 years ago

FVANCOP commented 8 years ago

option currency and currencyPosition added;

If you set option fmtV3 (fmtV2 for Doughut/Pie/PolarArea) and fmtYLabel to format name "money", the values will be displayed as an amount.

Example :

currency="$" currencyPosition="before" fmtV2="money" fmtYLabel="money"

=> Values are displayes as "$".