hypertrons-crx
hypertrons-crx copied to clipboard
[refactor] All line charts and bar charts can share a single base chart component to reduce code duplication
Description
#792 is a good case to show how duplicated code as a technical debt make writing code less efficient and annoying. I think the code of these charts should be refactored for easier maintenance and future extension.
I will try it.