2D Chart
Plots
Currently, the 2D chart is limited to a single plot surface. Ideally we would like to be able to have multiple plots on a single surface with the ability to link and connect changes on one surface to another. This would allow a user to display a dynamic cross section in a picture-in-picture style plot which is linked to the highlighted area of another plot.
Theming
Since the library itself is not completely CSS compatible as it uses a canvas for it's rendering base, all theming is calculated at runtime to allow for the continued use of CSS variables. With this being said, there are a few nuanced features which we would like to support in the future such as the currentcolor
color value where currentcolor
is calculated based on the parent div color
style property.
Style
The team is continuing to improve the use of ignition's style
property but as of now the feature has minimal control over the overall style of the component. We would like to add direct support for the fontFamily
style property to reduce the verbosity of the configuration of axis fonts.