Skip to content
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

feat: requirement of graph timestamp per minute modification #24

Open
WINOFFRG opened this issue Feb 17, 2025 · 1 comment
Open

feat: requirement of graph timestamp per minute modification #24

WINOFFRG opened this issue Feb 17, 2025 · 1 comment

Comments

@WINOFFRG
Copy link

Hi, we are looking for something like this where we can modify the graph by changing the timestamp per s/m/h likewise.

Image
@mxkaske
Copy link
Member

mxkaske commented Feb 20, 2025

So right now, the bars "interval" is being defined within the TiminelineChart and are dynamic based on the start and end date of the timerange: the shorter the timerange, the shorter the intervals and vice versa.

tickFormatter={(value) => {

The intervals have to be reworked (better helper functions and some clean ups) and I'd like to make the chart be defined by the user itself to allow full ownership of what gets rendered. So eventually, that will be easier in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants