Commit Graph

8 Commits

Author SHA1 Message Date
James Yeung
b731d69d75
fix(module: progress): text wrapping issue of the line type (#3387)
* fix(module: progress): text wrapping issue of the line type

* fix size
2023-08-06 17:59:00 +08:00
Maksim
0e40f1bd03 fix(module: progress): use invariant culture for style strings (#2017)
* Use invariant culture for progress

* Use string interpolation instead StringBuilde
2021-10-12 23:15:32 +08:00
James Yeung
d2e9c4b247 feat(module: config-provider): support RTL (#1238)
* feat(module: config-provider): support RTL

* add rtl for each component

* fix rtl for pagination

* add rtl for overlay
2021-03-31 19:23:26 +08:00
Nino Padrutt
a5b612d892 fix(module: progress): add missing trailing color (#1241)
* add description to chart documentation

* translate general configuration to english.

* apply trailling color and adjust documentation a bit

* remove typo

* apply trail color for circle type aswell

* fix Chinese demo doc

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-03-12 15:47:55 +08:00
James Yeung
7fb7d36873 fix(module: progress): single stroke color (#776)
* fix(module: progress): single stroke color

* fix: change value type
2020-11-10 22:40:00 +08:00
Meeleem
87adab6d13 fix(module: progress): invalid parameter "StrokeWidth" (#244) 2020-06-25 01:23:46 +08:00
ElderJames
97f920ab9a refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Brian Ding
1675f111f7 feat: add component progress (#129)
* feat(module: progress): add component progress

* feat(module: progress): implement circle

* feat(module: progress): add dashboard & linecap

* feat(module: progress): add segment

* feat(module: progress): add gradient

* feat(module: progress): add format & steps

* feat(module: progress): update steps demo

* fix: onclick

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-19 17:29:41 +08:00