getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

fix(explore): Compute chart type from series name #81032

Closed Zylphrex closed 1 day ago

Zylphrex commented 2 days ago

The chart type can be inferred from the series name so do not hard code in the a type for the chart. This also addresses the issue where the tooltip will infer the type from the series name instead of using the hard coded type.