elastic-charts icon indicating copy to clipboard operation
elastic-charts copied to clipboard

fix(xy): improve highlighted style for line/area/bubble/bars

Open markov00 opened this issue 6 months ago • 1 comments

Summary

fix https://github.com/elastic/elastic-charts/issues/2614

Details

Issues

Checklist

  • [ ] The proper chart type label has been added (e.g. :xy, :partition)
  • [ ] The proper feature labels have been added (e.g. :interactions, :axis)
  • [ ] All related issues have been linked (i.e. closes #123, fixes #123)
  • [ ] New public API exports have been added to packages/charts/src/index.ts
  • [ ] Unit tests have been added or updated to match the most common scenarios
  • [ ] The proper documentation and/or storybook story has been added or updated
  • [ ] The code has been checked for cross-browser compatibility (Chrome, Firefox, Safari, Edge)
  • [ ] Visual changes have been tested with light and dark themes

markov00 avatar May 07 '25 17:05 markov00

Close as I've splitted the implementation by chart here https://github.com/elastic/elastic-charts/pull/2676 by starting only with area/lines

markov00 avatar Jun 27 '25 13:06 markov00