-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
To Show non-Gregorian Calendars #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From the contributing guidelines:
|
thank you @etpinard, |
If we end doing it, it won't be be part of this project. Adding a dependency on moment.js would blow up our already-big bundle size. |
@etpinard your workaround worked! thank you |
We're open to pull requests :) |
closed in #1220 |
Hello all,
Use Case: I need to show some charts in client calendar system (e.g. Jalali)
The Problem: digging the docs, i can't figure out how to do that,
Possible Solutions: i know this is possible in some other charting libraries (e.g. Hicharts via a plugin which uses JDate itself, or for others that use Moment.js internally, there is a moment-jalaali plugin)
Workaround: even the input data and internal calculations can be normally in current Calendar system, but before rendering, it can be a formatter function/hook (dateformat) that do the actual conversion.
I wonder if there is a solution/workaround for the awesome Plotly.
any help would be highly appreciated.
The text was updated successfully, but these errors were encountered: