Closed (fixed)
Project:
Charts
Version:
5.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Jun 2026 at 11:14 UTC
Updated:
25 Jun 2026 at 21:00 UTC
Jump to comment: Most recent
Currently, we reuse the same code for applying raw_options several times within the module - usually multiple times within a library class and across multiple libraries. We should use a trait to avoid so much repeated code. We also realized that '#raw_options', which is used extensively within library classes, is not shown or described in the elements, such as ChartData or ChartAxisBase. Exposing this property within these files will help developers realize that they can use these properties.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
andileco commentedComment #4
nikathoneComment #6
andileco commented