imaNNeo/fl_chart

`BarChartRodData.borderRadius` does not support `BorderRadiusDirectional`

Open

#1,189 建立於 2022年11月24日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Dart (1,964 fork)batch import
Fundamentalenhancementgood first issue

倉庫指標

Star
 (7,513 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Describe the bug BarChartRodData.borderRadius does not support BorderRadiusDirectional, as its type is constrained to the BorderRadius implementation instead of the abstract BorderRadiusGeometry representation.

The same happens with FlBorderData.border, which expects a Border instead of a BorderGeometry.

It may be a feature rather than a bug, but I vote for the ability to use these directionality utilities.

To Reproduce Provide a BorderRadiusDirectional object into the BarChartRodData.borderRadius property, or into FlBorderData.border.

Screenshots

Versions

  • which version of Flutter are you using? 3.3.9
  • which version of FlChart are you using? 0.55.2

貢獻者指南