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

Timeline is hiding beneath the legend #801

Closed
prabhatsharma opened this issue May 25, 2023 · 2 comments
Closed

Timeline is hiding beneath the legend #801

prabhatsharma opened this issue May 25, 2023 · 2 comments
Assignees
Milestone

Comments

@prabhatsharma
Copy link
Contributor

Which ZincObserve functionalities are the source of the bug?

dashboards

Is this a regression?

Yes

Description

Can't see timeline if there are many legend items

image

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

No response

@ktx-kirtan
Copy link
Collaborator

ktx-kirtan commented May 25, 2023

Open issue in plotly: plotly/plotly.js#1199

ktx-kirtan added a commit that referenced this issue Sep 6, 2023
Features:
- Multi-query support for PromQL (#799)
- New chart type: heatmap (#1111)
- Unit support for SQL queries
- Replacing plotly with echarts for chart rendering
- Resizable query editor in add/edit panel page
- Warn user when navigating away from add/edit panel page
- Show a warning when the panel configurations are updated and not
applied on the chart
- Performance Improvement for dashboards with a lot of panels
- For SQL and PromQL queries all the legends are now shown at the bottom

Bugs Fixed:
- Prevent duplicate save clicks from add panel page
- Variable loading UI issue (#1375)
- Axis ticks overlapping issues fixed
- Legend positioning and configuration issues (#801, #802)
- Dates are not fully visible in custom sql mode (#1043)

Other:
- Panel and dashboard data version conversion
- Refactoring dashboard componets for modular and resulable architecture
- Aggregation issues in chart rendering
- Chart loading and updating animations
- Shows axis pointer on hovering over the chart
- Introduce dashboard versioning for maintaining schema changes

---------

Co-authored-by: ktx-vaidehi <[email protected]>
Co-authored-by: ktx-keshavi <[email protected]>
Co-authored-by: Hengfei Yang <[email protected]>
@ktx-kirtan
Copy link
Collaborator

With the implementation of the echarts, this issue is solved and the timeline doesn't overlap with the legends.

Fixed with #1468

@ktx-kirtan ktx-kirtan added this to the 0.5.3 milestone Sep 13, 2023
vikram2784 pushed a commit to vikram2784/openobserve that referenced this issue Oct 14, 2023
…observe#1468)

Features:
- Multi-query support for PromQL (openobserve#799)
- New chart type: heatmap (openobserve#1111)
- Unit support for SQL queries
- Replacing plotly with echarts for chart rendering
- Resizable query editor in add/edit panel page
- Warn user when navigating away from add/edit panel page
- Show a warning when the panel configurations are updated and not
applied on the chart
- Performance Improvement for dashboards with a lot of panels
- For SQL and PromQL queries all the legends are now shown at the bottom

Bugs Fixed:
- Prevent duplicate save clicks from add panel page
- Variable loading UI issue (openobserve#1375)
- Axis ticks overlapping issues fixed
- Legend positioning and configuration issues (openobserve#801, openobserve#802)
- Dates are not fully visible in custom sql mode (openobserve#1043)

Other:
- Panel and dashboard data version conversion
- Refactoring dashboard componets for modular and resulable architecture
- Aggregation issues in chart rendering
- Chart loading and updating animations
- Shows axis pointer on hovering over the chart
- Introduce dashboard versioning for maintaining schema changes

---------

Co-authored-by: ktx-vaidehi <[email protected]>
Co-authored-by: ktx-keshavi <[email protected]>
Co-authored-by: Hengfei Yang <[email protected]>
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