chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.61k stars 11.9k forks source link

Persian Calendar -> Jalali Calendar #9266

Closed saeed-raeisi closed 3 years ago

saeed-raeisi commented 3 years ago

Feature Proposal

Display the names of jalali calendar months in charts Convert date from AD to jalali Jdatetime support

Feature Use Case

https://github.com/topics/jalali-calendar https://github.com/topics/jdatetime https://github.com/SCR-IR/jalaliDate-JavaScript

Possible Implementation

Use the convert function to convert dates according to timezone and display according to language and timezone

kurkle commented 3 years ago

Duplicate of #6302