-
Notifications
You must be signed in to change notification settings - Fork 84
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
Server Time Option for now
Function
#709
Labels
Comments
github-actions bot
pushed a commit
that referenced
this issue
Jul 4, 2024
## [2.1.0-dev.1](v2.0.4...v2.1.0-dev.1) (2024-07-04) ### Features * Add change type for statistics ([#555](#555)) ([608fbe5](608fbe5)), closes [#552](#552) * **statistics:** add weekly statistics period ([#680](#680)) ([e923126](e923126)) * support for server time ([55c8f97](55c8f97)), closes [#709](#709) [#579](#579)
🎉 This issue has been resolved in version 2.1.0-dev.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Jul 9, 2024
## [2.1.0](v2.0.4...v2.1.0) (2024-07-09) ### Features * Add change type for statistics ([#555](#555)) ([608fbe5](608fbe5)), closes [#552](#552) * **locales:** Support for new locales ([2fca527](2fca527)) * **series:** Direct support for dashed lines ([29aad77](29aad77)), closes [#413](#413) * **series:** hide specific serie in legend with `in_legend: false` ([12cb893](12cb893)), closes [#74](#74) * **series:** support for `monotoneCubic` curves ([998cb99](998cb99)) * **series:** Support for stack group of columns ([2935b4e](2935b4e)), closes [#673](#673) [#550](#550) * **statistics:** add weekly statistics period ([#680](#680)) ([e923126](e923126)) * support for server time ([55c8f97](55c8f97)), closes [#709](#709) [#579](#579) ### Bug Fixes * `extremas` with `time_delta` would generate wrong results ([f7ab3e8](f7ab3e8)), closes [#713](#713) * display was wrong when using server time + serie offset ([84357f9](84357f9)), closes [#579](#579) * **series:** fix `in_legend` for apexcharts.js v3.50.0 ([221b0a5](221b0a5))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request: Server Time Option for
now
Function in ApexChartsSummary
Currently, the
now
line in ApexCharts uses client-side time. This feature request is to add an option to use server time instead.Details
Current Behavior:
now
line in ApexCharts is set based on the client-side time, which can lead to discrepancies in time-sensitive data visualizations.Requested Feature:
now
line to use server time.Benefits:
The text was updated successfully, but these errors were encountered: