question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v5 - showLoading fontSize not working

See original GitHub issue

Version

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,
      })

image

What is expected?

Font size be set to 30px.

What is actually happening?

Font size remained default.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
plainheartcommented, Dec 16, 2021

@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.

0reactions
tihuancommented, Dec 16, 2021

Ahh got it, that’s great to know! Thanks a lot 😁

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found