layerchart icon indicating copy to clipboard operation
layerchart copied to clipboard

Support HTML axis labels for cartesian charts (BarChart, LineChart, etc)

Open techniq opened this issue 9 months ago • 0 comments

While the Text component has some support for wrapping (and soon truncation), HTML layers is more adept for laying out text. We should investigate easily switching to HTML rendered text for simplified charts (BarChart, LineChart, etc)

  • [x] Update Text to support <Html> layers (https://github.com/techniq/layerchart/issues/408)
  • [x] Update Axis to at least rendering labels/Text, although Rules/Lines could also easily be supported ((https://github.com/techniq/layerchart/issues/408))

techniq avatar Apr 01 '25 14:04 techniq