-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Timezone correction across panels #341
Conversation
Timezone has been introduced in dashboard configuration. As this is the common setting to be used across panels viz. table, histogram and timepicker. In table configuration, added support to define timeformat From histogram removed timezone setting and pointed to use the dashboard one. In config.js, specify timezone directory according to server (and hence modified settings.js) Not required zones can be removed.
Really keen to see this merged! |
Looking forward to this merge |
Closing this for now. |
why has this been closed instead of merged? we still lack utc time zone for time picker in the latest commit. |
@rashidkpc is working on. He is implementing server side solution. |
What does "server side" even mean for a html5+js web application that has no backend? |
@Gnarfoz thats the idea, yes. |
Nice, I'll keep an eye on ElasticSearch changes, then. :-) |
Is there an issue number @rashidkpc is using to track this work? I'd like to keep up on progress. |
@rashidkpc +1 for the link of the issue in elasticsearch project (already tried searching for it) |
Update lua defined rule
* fix: remove debugging output * feat: axisConfig function * feat: add axis config ui * feat: use axis config in plot chart * feat: add horizontalBars arg to seriesStyle use the setting in the plot function
This pull will help fix #95, #69, #70, #337, #340