-
Notifications
You must be signed in to change notification settings - Fork 122
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
Use elastic-charts in Kibana Discover #191
Comments
Follow-up from elastic-charts sync:
|
close as Kibana Discover is already using elastic-charts since 7.5 |
Is your feature request related to a problem? Please describe.
Additional features needed in elastic-charts:
DONE
BarSeriesSpec needs to have a "histogram mode" for positioning ticks correctly (PR feat: add histogram mode #218)DONE
customizable tooltip content (PR feat(tooltip): add custom headerFormatter #233)DONE
in histogram mode, need to extend line annotation (PR fix(line_annotation): use scaleAndValidate for line annotations #236)DONE
check bucket sizing in histogram mode, at some time intervals, buckets appear much larger (PR feat: add minInterval option for custom xDomain #240)DONE
ticks in histogram mode need to be extended correctly (PR fix(ticks): fill in additional ticks for histogram #251 )DONE
single datum tooltip bug (PR fix: position tooltip within chart with single value xScale #259)DONE
shownow
line annotation in single datum yearly view (PR fix: adjust domain & range for single value histogram #265)On the Kibana side:
IN PROGRESS
Use elastic-charts component (Replace Discover chart with elastic-charts kibana#43788)now
renders correctlyDescribe the solution you'd like
Use elastic-charts for the charts in Kibana Discover.
Describe alternatives you've considered
Additional context
Kibana Cross Issues
TODO
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: