Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text is not visible on tooltip #170

Open
indubansal786 opened this issue Apr 13, 2024 · 4 comments
Open

Text is not visible on tooltip #170

indubansal786 opened this issue Apr 13, 2024 · 4 comments

Comments

@indubansal786
Copy link

Describe the bug
While implementing Wuba ECharts in my React Native application, I noticed that the chart's appearance on both Android and iOS resembles the screenshot below:

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screenshot_1713034953

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@mahalo777
Copy link

+1

@nipunadodan
Copy link

The same goes with any text, including axis labels when rendered using Skia.

Eg:
image

This is how it supposed to look like (rendered using SVG)
image

Any known solution for this?
I don't have the option to use SVG because my data set is quite big and it slows down when swiped left and right with x-axis zoomed in.

@indubansal786
Copy link
Author

The same goes with any text, including axis labels when rendered using Skia.

Eg: image

This is how it supposed to look like (rendered using SVG) image

Any known solution for this? I don't have the option to use SVG because my data set is quite big and it slows down when swiped left and right with x-axis zoomed in.

It works fine. Thanks

@indubansal786
Copy link
Author

Is there any callabck that we detect while clicking the tooltip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants