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.

Gradient area bug on ipad

See original GitHub issue

Hi!

On the ipad the gradient setting for areas does not show correctly: IMG_0003 (expected result - on chrome) Capture

The configuration I’m using for options.fill atm is:

{
  type: 'gradient',
  gradient: {
    colorStops: [
      [{
        opacity: 0.3
      }],
      [{
        opacity: 0.5
      }]
    ]
  }
}

I tried to play around with the parameters (changing colours etc)but the result was always the same.

As mentioned in #417 if you need help testing on an ipad let me know.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
johndrewcommented, Jul 23, 2019

I had the same bug in desktop Safari: https://github.com/apexcharts/vue-apexcharts/issues/127. The routing we used was interfering with the CSS url property, which the svg uses to reference different svg elements. One fix was to manually update the fill in all path tags, but I’m hoping the apex team can suggest a solution or fix.

0reactions
github-actions[bot]commented, Nov 13, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

gradient problems ...funny texture in screen - Apple Discussions
I just received my new macbook the other day. The screen seems to have a texture pattern in the display.
Read more >
Gradient fill unusable for small areas - Photo 2 Bugs found on iPad ...
When using the gradient fill on a rectangle of e.g. 100x10px it becomes unusable when trying to drag the nodes parallel to the...
Read more >
Unable to choose gradient tool when coloring text
How can we improve Adobe Illustrator (iPad)? Vote or report a bug. ... Gradient option appears when opening color window, ...
Read more >
Fix Illustrator crash issues - Adobe Support
Illustrator · iPad Features. Features ... Paint tools. Gradient ... Manage text area · Fonts and typography.
Read more >
iPad Safari scrolling causes HTML elements to disappear and ...
I'm running into a problem wherein large scroll areas cause the elements that are offscreen to appear after a delay when I scroll...
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