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

Create a chart component #536

Closed
timroes opened this issue Mar 19, 2018 · 0 comments · Fixed by #309
Closed

Create a chart component #536

timroes opened this issue Mar 19, 2018 · 0 comments · Fixed by #309

Comments

@timroes
Copy link
Contributor

timroes commented Mar 19, 2018

To unify the chart styling across Kibana and other Elastic UIs.

This first chart component should be a replacement for classical axis charts (line chart, bar chart, area chart). So it needs to support all functionality the current chart implementations can do, which are at least (but not limited to):

  • Draw line, bar, area or point charts
  • Allow multiple series per chart
  • Allow to specify and configure multiple y-axis
  • Allow to configure at least one x-axis
  • Tooltips on hover
  • Configurable chart legend
  • Provide a good default styling and color scheme
  • Don't require redraw to draw new data

I also try to label issues in the current chart implementation, that we might want to look into with this component with the :EuiChart label in the Kibana repo.

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

Successfully merging a pull request may close this issue.

2 participants