v5 - showLoading fontSize not working
See original GitHub issueVersion
5.0.0
Steps to reproduce
this.chart.showLoading({
text: 'Loading...',
color: '#fff',
textColor: '#fff',
maskColor: 'rgba(0, 0, 0, 0.5)',
zlevel: 1,
fontSize: 30,
})
What is expected?
Font size be set to 30px.
What is actually happening?
Font size remained default.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
v5 - showLoading fontSize not working · Issue #13892 - GitHub
Font size be set to 30px. What is actually happening? Font size remained default.
Read more >Why fontSize? Why would font-size not work? - Stack Overflow
Dashes cannot be used in dot notation because property names are identifiers. The - is a keyword for things such as subtraction.
Read more >Changelog - Apache ECharts
v5.4.1 2022-12-09; v5.4.0 2022-09-25; v5.3.3 2022-06-14; v5.3.2 2022-04-01; v5.3.1 ... [Fix] [loading] Fix showLoading center align and fontSize not work.
Read more >flutter_easyloading | Flutter Package - Pub.dev
A clean and lightweight loading/toast widget for Flutter, Easy to use without ... radius of loading, default 5.0. double radius; /// fontSize of...
Read more >Typography · Bootstrap v5.0
Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tihuan Thanks for your information. This param
type
is optional, so the usage is okay.fontSize is not working
is a bug and we fixed it in #13972.Ahh got it, that’s great to know! Thanks a lot 😁